#662D8A

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

Shades of Kingfisher Daisy #662D8A

Tints of Kingfisher Daisy #662D8A

Color information

#662D8A (or 0x662D8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 2D and 8A. RGB value is (102,45,138). Sum of RGB (Red+Green+Blue) = 102+45+138=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #662D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662D8A is #99D275. Grayscale: #484848. Windows color (decimal): -10080886 or 9055590. OLE color: 9055590.

HSL color Cylindrical-coordinate representation of color #662D8A: hue angle of 276.77º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662D8A is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10245138-
CMYK0.260.6700.46
HSL276.77º50.82%35.88%-
HSV(B)276.77º67.39%54.12%-
XYZ11.016.5424.73-
YUV72.64164.88148.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=35.79%
G=15.79%
B=48.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102451380.260.6700.46276.7750.8235.88
Hex662D8A1A4302E1153324
Octal14655212321030564256344
Binary1100110101101100010101101010000110101110100010101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D8A; }

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

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

<style>
 a { background-color: #662D8A; }

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

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

<style>
 span { border-color: #662D8A; }

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

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