Html Css Color HEX #661992 Kingfisher Daisy

📋 copy color: '#661992'

red 102 ◦ green 25 ◦ blue 146

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

Shades of Kingfisher Daisy #661992

Tints of Kingfisher Daisy #661992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 37.36%
G = 9.16%
B = 53.48%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#661992 (or 0x661992) is known color: Kingfisher Daisy. HEX triplet: 66, 19 and 92. RGB value is (102,25,146). Sum of RGB (Red+Green+Blue) = 102+25+146=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #661992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661992 is #99E66D. Grayscale: #3D3D3D. Windows color (decimal): -10085998 or 9574758. OLE color: 9574758.

HSL color Cylindrical-coordinate representation of color #661992: hue angle of 278.18º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661992 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 25 146 -
CMYK 0.30 0.83 0 0.43
HSL 278.18º 0.71% 0.34% -
HSV(B) 278.18º 0.83% 0.57% -
XYZ 11.02 5.6 27.69 -
YUV 61.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 102 25 146 0.30 0.83 0 0.43 278.18 0.71 0.34
Hex 66 19 92 1E 53 0 2B 116 47 22
Octal 146 31 222 36 123 0 53 426 107 42
Binary 1100110 11001 10010010 11110 1010011 0 101011 100010110 1000111 100010

Color Harmonies of #661992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661992

Black with #661992

Text Example


Text Example

White with #661992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661992; }

 p { color: rgb(102,25,146); }

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

background-color css

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

 a { background-color: rgb(102,25,146); }

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

border-color css

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

 span { border-color: rgb(102,25,146); }

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