Html Css Color HEX #634080 Kingfisher Daisy

📋 copy color: '#634080'

red 99 ◦ green 64 ◦ blue 128

#634080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #634080

Tints of Kingfisher Daisy #634080

RGB

 RED value IS 99 (39.06% from 255) = 34.02%

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 128 (50.39% from 255) = 43.99%

R = 34.02%
G = 21.99%
B = 43.99%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#634080 (or 0x634080) is known color: Kingfisher Daisy. HEX triplet: 63, 40 and 80. RGB value is (99,64,128). Sum of RGB (Red+Green+Blue) = 99+64+128=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #634080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634080 is #9CBF7F. Grayscale: #515151. Windows color (decimal): -10272640 or 8405091. OLE color: 8405091.

HSL color Cylindrical-coordinate representation of color #634080: hue angle of 272.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #634080 is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 64 128 -
CMYK 0.23 0.5 0 0.50
HSL 272.81º 0.33% 0.38% -
HSV(B) 272.81º 0.5% 0.5% -
XYZ 10.88 7.88 21.37 -
YUV 81.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 99 64 128 0.23 0.5 0 0.50 272.81 0.33 0.38
Hex 63 40 80 17 32 0 32 111 21 26
Octal 143 100 200 27 62 0 62 421 41 46
Binary 1100011 1000000 10000000 10111 110010 0 110010 100010001 100001 100110

Color Harmonies of #634080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634080

Black with #634080

Text Example


Text Example

White with #634080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634080; }

 p { color: rgb(99,64,128); }

 H1.HeaderClassName
 {
   color: #634080;
 }
 .AnyTagClassName
 {
   color: #634080;
 }
</style>

background-color css

<style>
 a { background-color: #634080; }

 a { background-color: rgb(99,64,128); }

 div.DivClassName
 {
   background-color: #634080;
 }
 .BgClassName
 {
   background-color: #634080;
 }
</style>

border-color css

<style>
 span { border-color: #634080; }

 span { border-color: rgb(99,64,128); }

 td.TdClassName
 {
   border-color: #634080;
 }
 .TagClassName
 {
   border-color: #634080;
 }
</style>