#662A8C

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

Shades of Kingfisher Daisy #662A8C

Tints of Kingfisher Daisy #662A8C

Color information

#662A8C (or 0x662A8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 2A and 8C. RGB value is (102,42,140). Sum of RGB (Red+Green+Blue) = 102+42+140=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #662A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662A8C is #99D573. Grayscale: #464646. Windows color (decimal): -10081652 or 9185894. OLE color: 9185894.

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

Color convert

RGB10242140-
CMYK0.270.700.45
HSL276.73º53.85%35.69%-
HSV(B)276.73º70%54.9%-
XYZ11.046.3725.46-
YUV71.11166.88150.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 42 (16.80% from 255) = 14.79%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=35.92%
G=14.79%
B=49.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102421400.270.700.45276.7353.8535.69
Hex662A8C1B4602D1153624
Octal14652214331060554256644
Binary1100110101010100011001101110001100101101100010101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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