Html Css Color HEX #642196 Kingfisher Daisy

📋 copy color: '#642196'

red 100 ◦ green 33 ◦ blue 150

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

Shades of Kingfisher Daisy #642196

Tints of Kingfisher Daisy #642196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

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

R = 35.34%
G = 11.66%
B = 53%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#642196 (or 0x642196) is known color: Kingfisher Daisy. HEX triplet: 64, 21 and 96. RGB value is (100,33,150). Sum of RGB (Red+Green+Blue) = 100+33+150=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #642196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642196 is #9BDE69. Grayscale: #414141. Windows color (decimal): -10215018 or 9838948. OLE color: 9838948.

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

Color convert

RGB 100 33 150 -
CMYK 0.33 0.78 0 0.41
HSL 274.36º 0.64% 0.36% -
HSV(B) 274.36º 0.78% 0.59% -
XYZ 11.3 6 29.42 -
YUV 66.37 175.2 151.99 -
System Red Green Blue C M Y K H S L
Decimal 100 33 150 0.33 0.78 0 0.41 274.36 0.64 0.36
Hex 64 21 96 21 4E 0 29 112 40 24
Octal 144 41 226 41 116 0 51 422 100 44
Binary 1100100 100001 10010110 100001 1001110 0 101001 100010010 1000000 100100

Color Harmonies of #642196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642196

Black with #642196

Text Example


Text Example

White with #642196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642196; }

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

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

background-color css

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

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

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

border-color css

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

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

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