Html Css Color HEX #641896 Kingfisher Daisy

📋 copy color: '#641896'

red 100 ◦ green 24 ◦ blue 150

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

Shades of Kingfisher Daisy #641896

Tints of Kingfisher Daisy #641896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 36.5%
G = 8.76%
B = 54.74%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#641896 (or 0x641896) is known color: Kingfisher Daisy. HEX triplet: 64, 18 and 96. RGB value is (100,24,150). Sum of RGB (Red+Green+Blue) = 100+24+150=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #641896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641896 is #9BE769. Grayscale: #3C3C3C. Windows color (decimal): -10217322 or 9836644. OLE color: 9836644.

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

Color convert

RGB 100 24 150 -
CMYK 0.33 0.84 0 0.41
HSL 276.19º 0.72% 0.34% -
HSV(B) 276.19º 0.84% 0.59% -
XYZ 11.09 5.56 29.34 -
YUV 61.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 100 24 150 0.33 0.84 0 0.41 276.19 0.72 0.34
Hex 64 18 96 21 54 0 29 114 48 22
Octal 144 30 226 41 124 0 51 424 110 42
Binary 1100100 11000 10010110 100001 1010100 0 101001 100010100 1001000 100010

Color Harmonies of #641896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641896

Black with #641896

Text Example


Text Example

White with #641896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641896; }

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

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

background-color css

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

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

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

border-color css

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

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

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