Html Css Color HEX #642195 Kingfisher Daisy

📋 copy color: '#642195'

red 100 ◦ green 33 ◦ blue 149

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

Shades of Kingfisher Daisy #642195

Tints of Kingfisher Daisy #642195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 35.46%
G = 11.7%
B = 52.84%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#642195 (or 0x642195) is known color: Kingfisher Daisy. HEX triplet: 64, 21 and 95. RGB value is (100,33,149). Sum of RGB (Red+Green+Blue) = 100+33+149=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #642195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642195 is #9BDE6A. Grayscale: #414141. Windows color (decimal): -10215019 or 9773412. OLE color: 9773412.

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

Color convert

RGB 100 33 149 -
CMYK 0.33 0.78 0 0.42
HSL 274.66º 0.64% 0.36% -
HSV(B) 274.66º 0.78% 0.58% -
XYZ 11.22 5.97 28.99 -
YUV 66.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 100 33 149 0.33 0.78 0 0.42 274.66 0.64 0.36
Hex 64 21 95 21 4E 0 2A 113 40 24
Octal 144 41 225 41 116 0 52 423 100 44
Binary 1100100 100001 10010101 100001 1001110 0 101010 100010011 1000000 100100

Color Harmonies of #642195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642195

Black with #642195

Text Example


Text Example

White with #642195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642195; }

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

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

background-color css

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

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

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

border-color css

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

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

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