Html Css Color HEX #642489 Kingfisher Daisy

📋 copy color: '#642489'

red 100 ◦ green 36 ◦ blue 137

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

Shades of Kingfisher Daisy #642489

Tints of Kingfisher Daisy #642489

RGB

 RED value IS 100 (39.45% from 255) = 36.63%

 GREEN value IS 36 (14.45% from 255) = 13.19%

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 36.63%
G = 13.19%
B = 50.18%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#642489 (or 0x642489) is known color: Kingfisher Daisy. HEX triplet: 64, 24 and 89. RGB value is (100,36,137). Sum of RGB (Red+Green+Blue) = 100+36+137=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #642489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642489 is #9BDB76. Grayscale: #424242. Windows color (decimal): -10214263 or 8987748. OLE color: 8987748.

HSL color Cylindrical-coordinate representation of color #642489: hue angle of 278.02º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642489 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 36 137 -
CMYK 0.27 0.74 0 0.46
HSL 278.02º 0.58% 0.34% -
HSV(B) 278.02º 0.74% 0.54% -
XYZ 10.4 5.78 24.23 -
YUV 66.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 100 36 137 0.27 0.74 0 0.46 278.02 0.58 0.34
Hex 64 24 89 1B 4A 0 2E 116 3A 22
Octal 144 44 211 33 112 0 56 426 72 42
Binary 1100100 100100 10001001 11011 1001010 0 101110 100010110 111010 100010

Color Harmonies of #642489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642489

Black with #642489

Text Example


Text Example

White with #642489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642489; }

 p { color: rgb(100,36,137); }

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

background-color css

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

 a { background-color: rgb(100,36,137); }

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

border-color css

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

 span { border-color: rgb(100,36,137); }

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