Html Css Color HEX #661986 Kingfisher Daisy

📋 copy color: '#661986'

red 102 ◦ green 25 ◦ blue 134

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

Shades of Kingfisher Daisy #661986

Tints of Kingfisher Daisy #661986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 51.34%

R = 39.08%
G = 9.58%
B = 51.34%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#661986 (or 0x661986) is known color: Kingfisher Daisy. HEX triplet: 66, 19 and 86. RGB value is (102,25,134). Sum of RGB (Red+Green+Blue) = 102+25+134=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #661986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661986 is #99E679. Grayscale: #3C3C3C. Windows color (decimal): -10086010 or 8788326. OLE color: 8788326.

HSL color Cylindrical-coordinate representation of color #661986: hue angle of 282.39º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661986 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 25 134 -
CMYK 0.24 0.81 0 0.47
HSL 282.39º 0.69% 0.31% -
HSV(B) 282.39º 0.81% 0.53% -
XYZ 10.13 5.24 23.03 -
YUV 60.45 169.51 157.64 -
System Red Green Blue C M Y K H S L
Decimal 102 25 134 0.24 0.81 0 0.47 282.39 0.69 0.31
Hex 66 19 86 18 51 0 2F 11A 45 1F
Octal 146 31 206 30 121 0 57 432 105 37
Binary 1100110 11001 10000110 11000 1010001 0 101111 100011010 1000101 11111

Color Harmonies of #661986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661986

Black with #661986

Text Example


Text Example

White with #661986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661986; }

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

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

background-color css

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

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

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

border-color css

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

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

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