#692F84

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

Shades of Kingfisher Daisy #692F84

Tints of Kingfisher Daisy #692F84

Color information

#692F84 (or 0x692F84) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 2F and 84. RGB value is (105,47,132). Sum of RGB (Red+Green+Blue) = 105+47+132=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #692F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692F84 is #96D07B. Grayscale: #494949. Windows color (decimal): -9883772 or 8662889. OLE color: 8662889.

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

Color convert

RGB10547132-
CMYK0.200.6400.48
HSL280.94º47.49%35.1%-
HSV(B)280.94º64.39%51.76%-
XYZ11.016.722.54-
YUV74.03160.72150.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=36.97%
G=16.55%
B=46.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105471320.200.6400.48280.9447.4935.1
Hex692F8414400301192f23
Octal15157204241000604315743
Binary1101001101111100001001010010000000110000100011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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