#693C87

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

Shades of Kingfisher Daisy #693C87

Tints of Kingfisher Daisy #693C87

Color information

#693C87 (or 0x693C87) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 3C and 87. RGB value is (105,60,135). Sum of RGB (Red+Green+Blue) = 105+60+135=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #693C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693C87 is #96C378. Grayscale: #515151. Windows color (decimal): -9880441 or 8862825. OLE color: 8862825.

HSL color Cylindrical-coordinate representation of color #693C87: hue angle of 276º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693C87 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10560135-
CMYK0.220.5600.47
HSL276º38.46%38.24%-
HSV(B)276º55.56%52.94%-
XYZ11.817.9823.84-
YUV82157.91144.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 135 (53.12% from 255) = 45%
R=35%
G=20%
B=45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105601350.220.5600.4727638.4638.24
Hex693C87163802F1142626
Octal1517420726700574244646
Binary110100111110010000111101101110000101111100010100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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