#66198A

Color #66198A Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #66198A

Tints of Kingfisher Daisy #66198A

Color information

#66198A (or 0x66198A) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 19 and 8A. RGB value is (102,25,138). Sum of RGB (Red+Green+Blue) = 102+25+138=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #66198A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66198A is #99E675. Grayscale: #3C3C3C. Windows color (decimal): -10086006 or 9050470. OLE color: 9050470.

HSL color Cylindrical-coordinate representation of color #66198A: hue angle of 280.88º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66198A is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10225138-
CMYK0.260.8200.46
HSL280.88º69.33%31.96%-
HSV(B)280.88º81.88%54.12%-
XYZ10.415.3624.53-
YUV60.9171.51157.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=38.49%
G=9.43%
B=52.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102251380.260.8200.46280.8869.3331.96
Hex66198A1A5202E1194520
Octal146312123212205643110540
Binary1100110110011000101011010101001001011101000110011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66198A; }

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

 H1.HeaderClassName
 {
   color: #66198A;
 }
 .AnyTagClassName
 {
   color: #66198A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #66198A;
 }
 .BgClassName
 {
   background-color: #66198A;
 }
</style>
border-color css

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

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

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