#66338C

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

Shades of Kingfisher Daisy #66338C

Tints of Kingfisher Daisy #66338C

Color information

#66338C (or 0x66338C) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 33 and 8C. RGB value is (102,51,140). Sum of RGB (Red+Green+Blue) = 102+51+140=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #66338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66338C is #99CC73. Grayscale: #4C4C4C. Windows color (decimal): -10079348 or 9188198. OLE color: 9188198.

HSL color Cylindrical-coordinate representation of color #66338C: hue angle of 274.38º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66338C is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10251140-
CMYK0.270.6400.45
HSL274.38º46.6%37.45%-
HSV(B)274.38º63.57%54.9%-
XYZ11.47.0925.58-
YUV76.4163.9146.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=34.81%
G=17.41%
B=47.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102511400.270.6400.45274.3846.637.45
Hex66338C1B4002D1122f25
Octal14663214331000554225745
Binary1100110110011100011001101110000000101101100010010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66338C; }

 p { color: rgb(102,51,140); }

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

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

 a { background-color: rgb(102,51,140); }

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

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

 span { border-color: rgb(102,51,140); }

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