#693988

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

Shades of Kingfisher Daisy #693988

Tints of Kingfisher Daisy #693988

Color information

#693988 (or 0x693988) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 39 and 88. RGB value is (105,57,136). Sum of RGB (Red+Green+Blue) = 105+57+136=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #693988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693988 is #96C677. Grayscale: #505050. Windows color (decimal): -9881208 or 8927593. OLE color: 8927593.

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

Color convert

RGB10557136-
CMYK0.230.5800.47
HSL276.46º40.93%37.84%-
HSV(B)276.46º58.09%53.33%-
XYZ11.737.7124.16-
YUV80.36159.4145.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=35.23%
G=19.13%
B=45.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105571360.230.5800.47276.4640.9337.84
Hex693988173A02F1142926
Octal1517121027720574245146
Binary110100111100110001000101111110100101111100010100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693988; }

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

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

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

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

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

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

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

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