Html Css Color HEX #642396 Kingfisher Daisy

📋 copy color: '#642396'

red 100 ◦ green 35 ◦ blue 150

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

Shades of Kingfisher Daisy #642396

Tints of Kingfisher Daisy #642396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 35.09%
G = 12.28%
B = 52.63%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#642396 (or 0x642396) is known color: Kingfisher Daisy. HEX triplet: 64, 23 and 96. RGB value is (100,35,150). Sum of RGB (Red+Green+Blue) = 100+35+150=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #642396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642396 is #9BDC69. Grayscale: #434343. Windows color (decimal): -10214506 or 9839460. OLE color: 9839460.

HSL color Cylindrical-coordinate representation of color #642396: hue angle of 273.91º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #642396 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 35 150 -
CMYK 0.33 0.77 0 0.41
HSL 273.91º 0.62% 0.36% -
HSV(B) 273.91º 0.77% 0.59% -
XYZ 11.36 6.11 29.44 -
YUV 67.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 100 35 150 0.33 0.77 0 0.41 273.91 0.62 0.36
Hex 64 23 96 21 4D 0 29 112 3E 24
Octal 144 43 226 41 115 0 51 422 76 44
Binary 1100100 100011 10010110 100001 1001101 0 101001 100010010 111110 100100

Color Harmonies of #642396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642396

Black with #642396

Text Example


Text Example

White with #642396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642396; }

 p { color: rgb(100,35,150); }

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

background-color css

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

 a { background-color: rgb(100,35,150); }

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

border-color css

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

 span { border-color: rgb(100,35,150); }

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