#693C85

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

Shades of Kingfisher Daisy #693C85

Tints of Kingfisher Daisy #693C85

Color information

#693C85 (or 0x693C85) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 3C and 85. RGB value is (105,60,133). Sum of RGB (Red+Green+Blue) = 105+60+133=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #693C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693C85 is #96C37A. Grayscale: #515151. Windows color (decimal): -9880443 or 8731753. OLE color: 8731753.

HSL color Cylindrical-coordinate representation of color #693C85: hue angle of 276.99º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #693C85 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10560133-
CMYK0.210.5500.48
HSL276.99º37.82%37.84%-
HSV(B)276.99º54.89%52.16%-
XYZ11.687.9323.11-
YUV81.78156.91144.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=35.23%
G=20.13%
B=44.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105601330.210.5500.48276.9937.8237.84
Hex693C8515370301152626
Octal1517420525670604254646
Binary110100111110010000101101011101110110000100010101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693C85; }

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

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

<style>
 a { background-color: #693C85; }

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

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

<style>
 span { border-color: #693C85; }

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

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