#66268e

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

Shades of Kingfisher Daisy #66268E

Tints of Kingfisher Daisy #66268E

Color information

#66268E (or 0x66268E) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 26 and 8E. RGB value is (102,38,142). Sum of RGB (Red+Green+Blue) = 102+38+142=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #66268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66268E is #99D971. Grayscale: #444444. Windows color (decimal): -10082674 or 9315942. OLE color: 9315942.

HSL color Cylindrical-coordinate representation of color #66268E: hue angle of 276.92º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66268E is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10238142-
CMYK0.280.7300.44
HSL276.92º57.78%35.29%-
HSV(B)276.92º73.24%55.69%-
XYZ11.066.1626.2-
YUV68.99169.2151.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 142 (55.86% from 255) = 50.35%
R=36.17%
G=13.48%
B=50.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102381420.280.7300.44276.9257.7835.29
Hex66268E1C4902C1153a23
Octal14646216341110544257243
Binary1100110100110100011101110010010010101100100010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66268e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66268e; }

 p { color: rgb(102,38,142); }

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

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

 a { background-color: rgb(102,38,142); }

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

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

 span { border-color: rgb(102,38,142); }

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