Html Css Color HEX #64198C Kingfisher Daisy

📋 copy color: '#64198C'

red 100 ◦ green 25 ◦ blue 140

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

Shades of Kingfisher Daisy #64198C

Tints of Kingfisher Daisy #64198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 37.74%
G = 9.43%
B = 52.83%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64198C (or 0x64198C) is known color: Kingfisher Daisy. HEX triplet: 64, 19 and 8C. RGB value is (100,25,140). Sum of RGB (Red+Green+Blue) = 100+25+140=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #64198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64198C is #9BE673. Grayscale: #3C3C3C. Windows color (decimal): -10217076 or 9181540. OLE color: 9181540.

HSL color Cylindrical-coordinate representation of color #64198C: hue angle of 279.13º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64198C is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 25 140 -
CMYK 0.29 0.82 0 0.45
HSL 279.13º 0.7% 0.32% -
HSV(B) 279.13º 0.82% 0.55% -
XYZ 10.34 5.3 25.29 -
YUV 60.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 100 25 140 0.29 0.82 0 0.45 279.13 0.7 0.32
Hex 64 19 8C 1D 52 0 2D 117 46 20
Octal 144 31 214 35 122 0 55 427 106 40
Binary 1100100 11001 10001100 11101 1010010 0 101101 100010111 1000110 100000

Color Harmonies of #64198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64198C

Black with #64198C

Text Example


Text Example

White with #64198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64198C; }

 p { color: rgb(100,25,140); }

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

background-color css

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

 a { background-color: rgb(100,25,140); }

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

border-color css

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

 span { border-color: rgb(100,25,140); }

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