#66308F

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

Shades of Kingfisher Daisy #66308F

Tints of Kingfisher Daisy #66308F

Color information

#66308F (or 0x66308F) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 30 and 8F. RGB value is (102,48,143). Sum of RGB (Red+Green+Blue) = 102+48+143=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #66308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66308F is #99CF70. Grayscale: #4A4A4A. Windows color (decimal): -10080113 or 9384038. OLE color: 9384038.

HSL color Cylindrical-coordinate representation of color #66308F: hue angle of 274.11º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66308F is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10248143-
CMYK0.290.6600.44
HSL274.11º49.74%37.45%-
HSV(B)274.11º66.43%56.08%-
XYZ11.496.9226.72-
YUV74.98166.39147.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 143 (56.25% from 255) = 48.81%
R=34.81%
G=16.38%
B=48.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102481430.290.6600.44274.1149.7437.45
Hex66308F1D4202C1123225
Octal14660217351020544226245
Binary1100110110000100011111110110000100101100100010010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66308F; }

 p { color: rgb(102,48,143); }

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

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

 a { background-color: rgb(102,48,143); }

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

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

 span { border-color: rgb(102,48,143); }

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