Html Css Color HEX #641997 Kingfisher Daisy

📋 copy color: '#641997'

red 100 ◦ green 25 ◦ blue 151

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

Shades of Kingfisher Daisy #641997

Tints of Kingfisher Daisy #641997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.71%

R = 36.23%
G = 9.06%
B = 54.71%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#641997 (or 0x641997) is known color: Kingfisher Daisy. HEX triplet: 64, 19 and 97. RGB value is (100,25,151). Sum of RGB (Red+Green+Blue) = 100+25+151=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #641997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641997 is #9BE668. Grayscale: #3D3D3D. Windows color (decimal): -10217065 or 9902436. OLE color: 9902436.

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

Color convert

RGB 100 25 151 -
CMYK 0.34 0.83 0 0.41
HSL 275.71º 0.72% 0.35% -
HSV(B) 275.71º 0.83% 0.59% -
XYZ 11.19 5.64 29.78 -
YUV 61.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 100 25 151 0.34 0.83 0 0.41 275.71 0.72 0.35
Hex 64 19 97 22 53 0 29 114 48 23
Octal 144 31 227 42 123 0 51 424 110 43
Binary 1100100 11001 10010111 100010 1010011 0 101001 100010100 1001000 100011

Color Harmonies of #641997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641997

Black with #641997

Text Example


Text Example

White with #641997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641997; }

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

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

background-color css

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

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

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

border-color css

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

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

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