#692089

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

Shades of Kingfisher Daisy #692089

Tints of Kingfisher Daisy #692089

Color information

#692089 (or 0x692089) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 20 and 89. RGB value is (105,32,137). Sum of RGB (Red+Green+Blue) = 105+32+137=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #692089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692089 is #96DF76. Grayscale: #414141. Windows color (decimal): -9887607 or 8986729. OLE color: 8986729.

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

Color convert

RGB10532137-
CMYK0.230.7700.46
HSL281.71º62.13%33.14%-
HSV(B)281.71º76.64%53.73%-
XYZ10.865.8424.22-
YUV65.8168.18155.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 137 (53.91% from 255) = 50%
R=38.32%
G=11.68%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105321370.230.7700.46281.7162.1333.14
Hex692089174D02E11a3e21
Octal15140211271150564327641
Binary1101001100000100010011011110011010101110100011010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692089; }

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

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

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

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

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

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

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

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