#662D8B

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

Shades of Kingfisher Daisy #662D8B

Tints of Kingfisher Daisy #662D8B

Color information

#662D8B (or 0x662D8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 2D and 8B. RGB value is (102,45,139). Sum of RGB (Red+Green+Blue) = 102+45+139=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #662D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662D8B is #99D274. Grayscale: #484848. Windows color (decimal): -10080885 or 9121126. OLE color: 9121126.

HSL color Cylindrical-coordinate representation of color #662D8B: hue angle of 276.38º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662D8B is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10245139-
CMYK0.270.6800.45
HSL276.38º51.09%36.08%-
HSV(B)276.38º67.63%54.51%-
XYZ11.086.5725.11-
YUV72.76165.38148.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 45 (17.97% from 255) = 15.73%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=35.66%
G=15.73%
B=48.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102451390.270.6800.45276.3851.0936.08
Hex662D8B1B4402D1143324
Octal14655213331040554246344
Binary1100110101101100010111101110001000101101100010100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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