#692489

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

Shades of Kingfisher Daisy #692489

Tints of Kingfisher Daisy #692489

Color information

#692489 (or 0x692489) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 24 and 89. RGB value is (105,36,137). Sum of RGB (Red+Green+Blue) = 105+36+137=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #692489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692489 is #96DB76. Grayscale: #434343. Windows color (decimal): -9886583 or 8987753. OLE color: 8987753.

HSL color Cylindrical-coordinate representation of color #692489: hue angle of 280.99º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #692489 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10536137-
CMYK0.230.7400.46
HSL280.99º58.38%33.92%-
HSV(B)280.99º73.72%53.73%-
XYZ10.976.0724.26-
YUV68.14166.86154.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=37.77%
G=12.95%
B=49.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105361370.230.7400.46280.9958.3833.92
Hex692489174A02E1193a22
Octal15144211271120564317242
Binary1101001100100100010011011110010100101110100011001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692489; }

 p { color: rgb(105,36,137); }

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

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

 a { background-color: rgb(105,36,137); }

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

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

 span { border-color: rgb(105,36,137); }

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