#692E87

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

Shades of Kingfisher Daisy #692E87

Tints of Kingfisher Daisy #692E87

Color information

#692E87 (or 0x692E87) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 2E and 87. RGB value is (105,46,135). Sum of RGB (Red+Green+Blue) = 105+46+135=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #692E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692E87 is #96D178. Grayscale: #494949. Windows color (decimal): -9884025 or 8859241. OLE color: 8859241.

HSL color Cylindrical-coordinate representation of color #692E87: hue angle of 279.78º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #692E87 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10546135-
CMYK0.220.6600.47
HSL279.78º49.17%35.49%-
HSV(B)279.78º65.93%52.94%-
XYZ11.186.7123.63-
YUV73.79162.55150.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=36.71%
G=16.08%
B=47.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105461350.220.6600.47279.7849.1735.49
Hex692E87164202F1183123
Octal15156207261020574306143
Binary1101001101110100001111011010000100101111100011000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692E87; }

 p { color: rgb(105,46,135); }

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

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

 a { background-color: rgb(105,46,135); }

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

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

 span { border-color: rgb(105,46,135); }

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