Html Css Color HEX #641998 Kingfisher Daisy

📋 copy color: '#641998'

red 100 ◦ green 25 ◦ blue 152

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

Shades of Kingfisher Daisy #641998

Tints of Kingfisher Daisy #641998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 54.87%

R = 36.1%
G = 9.03%
B = 54.87%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#641998 (or 0x641998) is known color: Kingfisher Daisy. HEX triplet: 64, 19 and 98. RGB value is (100,25,152). Sum of RGB (Red+Green+Blue) = 100+25+152=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #641998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641998 is #9BE667. Grayscale: #3D3D3D. Windows color (decimal): -10217064 or 9967972. OLE color: 9967972.

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

Color convert

RGB 100 25 152 -
CMYK 0.34 0.84 0 0.40
HSL 275.43º 0.72% 0.35% -
HSV(B) 275.43º 0.84% 0.6% -
XYZ 11.27 5.67 30.21 -
YUV 61.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 100 25 152 0.34 0.84 0 0.40 275.43 0.72 0.35
Hex 64 19 98 22 54 0 28 113 48 23
Octal 144 31 230 42 124 0 50 423 110 43
Binary 1100100 11001 10011000 100010 1010100 0 101000 100010011 1001000 100011

Color Harmonies of #641998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641998

Black with #641998

Text Example


Text Example

White with #641998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641998; }

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

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

background-color css

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

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

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

border-color css

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

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

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