#692D84

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

Shades of Kingfisher Daisy #692D84

Tints of Kingfisher Daisy #692D84

Color information

#692D84 (or 0x692D84) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 2D and 84. RGB value is (105,45,132). Sum of RGB (Red+Green+Blue) = 105+45+132=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #692D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692D84 is #96D27B. Grayscale: #484848. Windows color (decimal): -9884284 or 8662377. OLE color: 8662377.

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

Color convert

RGB10545132-
CMYK0.200.6600.48
HSL281.38º49.15%34.71%-
HSV(B)281.38º65.91%51.76%-
XYZ10.936.5522.52-
YUV72.86161.38150.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=37.23%
G=15.96%
B=46.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105451320.200.6600.48281.3849.1534.71
Hex692D8414420301193123
Octal15155204241020604316143
Binary1101001101101100001001010010000100110000100011001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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