#692E84

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

Shades of Kingfisher Daisy #692E84

Tints of Kingfisher Daisy #692E84

Color information

#692E84 (or 0x692E84) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 2E and 84. RGB value is (105,46,132). Sum of RGB (Red+Green+Blue) = 105+46+132=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #692E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692E84 is #96D17B. Grayscale: #494949. Windows color (decimal): -9884028 or 8662633. OLE color: 8662633.

HSL color Cylindrical-coordinate representation of color #692E84: hue angle of 281.16º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #692E84 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10546132-
CMYK0.200.6500.48
HSL281.16º48.31%34.9%-
HSV(B)281.16º65.15%51.76%-
XYZ10.976.6222.53-
YUV73.44161.05150.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=37.10%
G=16.25%
B=46.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105461320.200.6500.48281.1648.3134.9
Hex692E8414410301193023
Octal15156204241010604316043
Binary1101001101110100001001010010000010110000100011001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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