#692386

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

Shades of Kingfisher Daisy #692386

Tints of Kingfisher Daisy #692386

Color information

#692386 (or 0x692386) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 23 and 86. RGB value is (105,35,134). Sum of RGB (Red+Green+Blue) = 105+35+134=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #692386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692386 is #96DC79. Grayscale: #424242. Windows color (decimal): -9886842 or 8790889. OLE color: 8790889.

HSL color Cylindrical-coordinate representation of color #692386: hue angle of 282.42º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #692386 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10535134-
CMYK0.220.7400.47
HSL282.42º58.58%33.14%-
HSV(B)282.42º73.88%52.55%-
XYZ10.735.9323.13-
YUV67.22165.69154.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=38.32%
G=12.77%
B=48.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105351340.220.7400.47282.4258.5833.14
Hex692386164A02F11a3b21
Octal15143206261120574327341
Binary1101001100011100001101011010010100101111100011010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692386; }

 p { color: rgb(105,35,134); }

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

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

 a { background-color: rgb(105,35,134); }

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

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

 span { border-color: rgb(105,35,134); }

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