#662E82

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

Shades of Kingfisher Daisy #662E82

Tints of Kingfisher Daisy #662E82

Color information

#662E82 (or 0x662E82) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 2E and 82. RGB value is (102,46,130). Sum of RGB (Red+Green+Blue) = 102+46+130=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #662E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662E82 is #99D17D. Grayscale: #484848. Windows color (decimal): -10080638 or 8531558. OLE color: 8531558.

HSL color Cylindrical-coordinate representation of color #662E82: hue angle of 280º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662E82 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10246130-
CMYK0.220.6500.49
HSL280º47.73%34.51%-
HSV(B)280º64.62%50.98%-
XYZ10.496.3921.8-
YUV72.32160.55149.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 46 (18.36% from 255) = 16.55%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=36.69%
G=16.55%
B=46.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102461300.220.6500.4928047.7334.51
Hex662E8216410311183023
Octal14656202261010614306043
Binary1100110101110100000101011010000010110001100011000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,46,130); }

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

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

 a { background-color: rgb(102,46,130); }

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

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

 span { border-color: rgb(102,46,130); }

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