Html Css Color HEX #662095 Kingfisher Daisy

📋 copy color: '#662095'

red 102 ◦ green 32 ◦ blue 149

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

Shades of Kingfisher Daisy #662095

Tints of Kingfisher Daisy #662095

RGB

 RED value IS 102 (40.23% from 255) = 36.04%

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 36.04%
G = 11.31%
B = 52.65%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#662095 (or 0x662095) is known color: Kingfisher Daisy. HEX triplet: 66, 20 and 95. RGB value is (102,32,149). Sum of RGB (Red+Green+Blue) = 102+32+149=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #662095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662095 is #99DF6A. Grayscale: #414141. Windows color (decimal): -10084203 or 9773158. OLE color: 9773158.

HSL color Cylindrical-coordinate representation of color #662095: hue angle of 275.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662095 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 32 149 -
CMYK 0.32 0.79 0 0.42
HSL 275.9º 0.65% 0.35% -
HSV(B) 275.9º 0.79% 0.58% -
XYZ 11.42 6.03 29 -
YUV 66.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 102 32 149 0.32 0.79 0 0.42 275.9 0.65 0.35
Hex 66 20 95 20 4F 0 2A 114 41 23
Octal 146 40 225 40 117 0 52 424 101 43
Binary 1100110 100000 10010101 100000 1001111 0 101010 100010100 1000001 100011

Color Harmonies of #662095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662095

Black with #662095

Text Example


Text Example

White with #662095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662095; }

 p { color: rgb(102,32,149); }

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

background-color css

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

 a { background-color: rgb(102,32,149); }

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

border-color css

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

 span { border-color: rgb(102,32,149); }

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