Html Css Color HEX #641E96 Kingfisher Daisy

📋 copy color: '#641E96'

red 100 ◦ green 30 ◦ blue 150

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

Shades of Kingfisher Daisy #641E96

Tints of Kingfisher Daisy #641E96

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 35.71%
G = 10.71%
B = 53.57%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#641E96 (or 0x641E96) is known color: Kingfisher Daisy. HEX triplet: 64, 1E and 96. RGB value is (100,30,150). Sum of RGB (Red+Green+Blue) = 100+30+150=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #641E96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641E96 is #9BE169. Grayscale: #404040. Windows color (decimal): -10215786 or 9838180. OLE color: 9838180.

HSL color Cylindrical-coordinate representation of color #641E96: hue angle of 275º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641E96 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 30 150 -
CMYK 0.33 0.80 0 0.41
HSL 275º 0.67% 0.35% -
HSV(B) 275º 0.8% 0.59% -
XYZ 11.22 5.84 29.39 -
YUV 64.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 100 30 150 0.33 0.80 0 0.41 275 0.67 0.35
Hex 64 1E 96 21 50 0 29 113 43 23
Octal 144 36 226 41 120 0 51 423 103 43
Binary 1100100 11110 10010110 100001 1010000 0 101001 100010011 1000011 100011

Color Harmonies of #641E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E96

Black with #641E96

Text Example


Text Example

White with #641E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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