#66378A

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

Shades of Kingfisher Daisy #66378A

Tints of Kingfisher Daisy #66378A

Color information

#66378A (or 0x66378A) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 37 and 8A. RGB value is (102,55,138). Sum of RGB (Red+Green+Blue) = 102+55+138=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #66378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66378A is #99C875. Grayscale: #4E4E4E. Windows color (decimal): -10078326 or 9058150. OLE color: 9058150.

HSL color Cylindrical-coordinate representation of color #66378A: hue angle of 273.98º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66378A is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10255138-
CMYK0.260.6000.46
HSL273.98º43.01%37.84%-
HSV(B)273.98º60.14%54.12%-
XYZ11.437.3924.87-
YUV78.52161.57144.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=34.58%
G=18.64%
B=46.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102551380.260.6000.46273.9843.0137.84
Hex66378A1A3C02E1122b26
Octal1466721232740564225346
Binary110011011011110001010110101111000101110100010010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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