Html Css Color HEX #661988 Kingfisher Daisy

📋 copy color: '#661988'

red 102 ◦ green 25 ◦ blue 136

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

Shades of Kingfisher Daisy #661988

Tints of Kingfisher Daisy #661988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 51.71%

R = 38.78%
G = 9.51%
B = 51.71%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#661988 (or 0x661988) is known color: Kingfisher Daisy. HEX triplet: 66, 19 and 88. RGB value is (102,25,136). Sum of RGB (Red+Green+Blue) = 102+25+136=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #661988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661988 is #99E677. Grayscale: #3C3C3C. Windows color (decimal): -10086008 or 8919398. OLE color: 8919398.

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

Color convert

RGB 102 25 136 -
CMYK 0.25 0.82 0 0.47
HSL 281.62º 0.69% 0.32% -
HSV(B) 281.62º 0.82% 0.53% -
XYZ 10.27 5.3 23.77 -
YUV 60.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 102 25 136 0.25 0.82 0 0.47 281.62 0.69 0.32
Hex 66 19 88 19 52 0 2F 11A 45 20
Octal 146 31 210 31 122 0 57 432 105 40
Binary 1100110 11001 10001000 11001 1010010 0 101111 100011010 1000101 100000

Color Harmonies of #661988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661988

Black with #661988

Text Example


Text Example

White with #661988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661988; }

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

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

background-color css

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

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

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

border-color css

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

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

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