#693288

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

Shades of Kingfisher Daisy #693288

Tints of Kingfisher Daisy #693288

Color information

#693288 (or 0x693288) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 32 and 88. RGB value is (105,50,136). Sum of RGB (Red+Green+Blue) = 105+50+136=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #693288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693288 is #96CD77. Grayscale: #4B4B4B. Windows color (decimal): -9883000 or 8925801. OLE color: 8925801.

HSL color Cylindrical-coordinate representation of color #693288: hue angle of 278.37º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693288 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10550136-
CMYK0.230.6300.47
HSL278.37º46.24%36.47%-
HSV(B)278.37º63.24%53.33%-
XYZ11.417.0624.05-
YUV76.25161.72148.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=36.08%
G=17.18%
B=46.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105501360.230.6300.47278.3746.2436.47
Hex693288173F02F1162e24
Octal1516221027770574265644
Binary110100111001010001000101111111110101111100010110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693288; }

 p { color: rgb(105,50,136); }

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

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

 a { background-color: rgb(105,50,136); }

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

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

 span { border-color: rgb(105,50,136); }

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