#662594

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

Shades of Kingfisher Daisy #662594

Tints of Kingfisher Daisy #662594

Color information

#662594 (or 0x662594) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 25 and 94. RGB value is (102,37,148). Sum of RGB (Red+Green+Blue) = 102+37+148=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #662594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662594 is #99DA6B. Grayscale: #444444. Windows color (decimal): -10082924 or 9708902. OLE color: 9708902.

HSL color Cylindrical-coordinate representation of color #662594: hue angle of 275.14º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662594 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10237148-
CMYK0.310.7500.42
HSL275.14º60%36.27%-
HSV(B)275.14º75%58.04%-
XYZ11.496.2928.62-
YUV69.09172.53151.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=35.54%
G=12.89%
B=51.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102371480.310.7500.42275.146036.27
Hex6625941F4B02A1133c24
Octal14645224371130524237444
Binary1100110100101100101001111110010110101010100010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662594; }

 p { color: rgb(102,37,148); }

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

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

 a { background-color: rgb(102,37,148); }

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

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

 span { border-color: rgb(102,37,148); }

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