#66268B

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

Shades of Kingfisher Daisy #66268B

Tints of Kingfisher Daisy #66268B

Color information

#66268B (or 0x66268B) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 26 and 8B. RGB value is (102,38,139). Sum of RGB (Red+Green+Blue) = 102+38+139=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #66268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66268B is #99D974. Grayscale: #444444. Windows color (decimal): -10082677 or 9119334. OLE color: 9119334.

HSL color Cylindrical-coordinate representation of color #66268B: hue angle of 278.02º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66268B is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10238139-
CMYK0.270.7300.45
HSL278.02º57.06%34.71%-
HSV(B)278.02º72.66%54.51%-
XYZ10.836.0825.03-
YUV68.65167.7151.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=36.56%
G=13.62%
B=49.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102381390.270.7300.45278.0257.0634.71
Hex66268B1B4902D1163923
Octal14646213331110554267143
Binary1100110100110100010111101110010010101101100010110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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