#692A8E

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

Shades of Kingfisher Daisy #692A8E

Tints of Kingfisher Daisy #692A8E

Color information

#692A8E (or 0x692A8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 2A and 8E. RGB value is (105,42,142). Sum of RGB (Red+Green+Blue) = 105+42+142=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #692A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692A8E is #96D571. Grayscale: #474747. Windows color (decimal): -9885042 or 9316969. OLE color: 9316969.

HSL color Cylindrical-coordinate representation of color #692A8E: hue angle of 277.8º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692A8E is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10542142-
CMYK0.260.7000.44
HSL277.8º54.35%36.08%-
HSV(B)277.8º70.42%55.69%-
XYZ11.546.6126.26-
YUV72.24167.37151.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=36.33%
G=14.53%
B=49.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105421420.260.7000.44277.854.3536.08
Hex692A8E1A4602C1163624
Octal15152216321060544266644
Binary1101001101010100011101101010001100101100100010110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,42,142); }

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

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

 a { background-color: rgb(105,42,142); }

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

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

 span { border-color: rgb(105,42,142); }

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