Html Css Color HEX #642494 Kingfisher Daisy

📋 copy color: '#642494'

red 100 ◦ green 36 ◦ blue 148

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

Shades of Kingfisher Daisy #642494

Tints of Kingfisher Daisy #642494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 35.21%
G = 12.68%
B = 52.11%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642494 (or 0x642494) is known color: Kingfisher Daisy. HEX triplet: 64, 24 and 94. RGB value is (100,36,148). Sum of RGB (Red+Green+Blue) = 100+36+148=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #642494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642494 is #9BDB6B. Grayscale: #434343. Windows color (decimal): -10214252 or 9708644. OLE color: 9708644.

HSL color Cylindrical-coordinate representation of color #642494: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #642494 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 36 148 -
CMYK 0.32 0.76 0 0.42
HSL 274.29º 0.61% 0.36% -
HSV(B) 274.29º 0.76% 0.58% -
XYZ 11.23 6.11 28.6 -
YUV 67.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 100 36 148 0.32 0.76 0 0.42 274.29 0.61 0.36
Hex 64 24 94 20 4C 0 2A 112 3D 24
Octal 144 44 224 40 114 0 52 422 75 44
Binary 1100100 100100 10010100 100000 1001100 0 101010 100010010 111101 100100

Color Harmonies of #642494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642494

Black with #642494

Text Example


Text Example

White with #642494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642494; }

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

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

background-color css

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

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

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

border-color css

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

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

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