#693B8B

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

Shades of Kingfisher Daisy #693B8B

Tints of Kingfisher Daisy #693B8B

Color information

#693B8B (or 0x693B8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 3B and 8B. RGB value is (105,59,139). Sum of RGB (Red+Green+Blue) = 105+59+139=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #693B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693B8B is #96C474. Grayscale: #515151. Windows color (decimal): -9880693 or 9124713. OLE color: 9124713.

HSL color Cylindrical-coordinate representation of color #693B8B: hue angle of 274.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693B8B is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10559139-
CMYK0.240.5800.45
HSL274.5º40.4%38.82%-
HSV(B)274.5º57.55%54.51%-
XYZ12.05825.33-
YUV81.87160.24144.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.65%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=34.65%
G=19.47%
B=45.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105591390.240.5800.45274.540.438.82
Hex693B8B183A02D1122827
Octal1517321330720554225047
Binary110100111101110001011110001110100101101100010010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,59,139); }

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

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

 a { background-color: rgb(105,59,139); }

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

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

 span { border-color: rgb(105,59,139); }

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