#692E85

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

Shades of Kingfisher Daisy #692E85

Tints of Kingfisher Daisy #692E85

Color information

#692E85 (or 0x692E85) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 2E and 85. RGB value is (105,46,133). Sum of RGB (Red+Green+Blue) = 105+46+133=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #692E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692E85 is #96D17A. Grayscale: #494949. Windows color (decimal): -9884027 or 8728169. OLE color: 8728169.

HSL color Cylindrical-coordinate representation of color #692E85: hue angle of 280.69º degrees, saturation: 0.49, 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 #692E85 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10546133-
CMYK0.210.6500.48
HSL280.69º48.6%35.1%-
HSV(B)280.69º65.41%52.16%-
XYZ11.046.6522.89-
YUV73.56161.55150.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 46 (18.36% from 255) = 16.20%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=36.97%
G=16.20%
B=46.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105461330.210.6500.48280.6948.635.1
Hex692E8515410301193123
Octal15156205251010604316143
Binary1101001101110100001011010110000010110000100011001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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