#699CC1

Color #699CC1 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #699CC1

Tints of Shakespeare #699CC1

Color information

#699CC1 (or 0x699CC1) is unknown color: approx Shakespeare. HEX triplet: 69, 9C and C1. RGB value is (105,156,193). Sum of RGB (Red+Green+Blue) = 105+156+193=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #699CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CC1 is #96633E. Grayscale: #909090. Windows color (decimal): -9855807 or 12688489. OLE color: 12688489.

HSL color Cylindrical-coordinate representation of color #699CC1: hue angle of 205.23º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699CC1 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105156193-
CMYK0.460.1900.24
HSL205.23º41.51%58.43%-
HSV(B)205.23º45.6%75.69%-
XYZ27.3430.6354.92-
YUV144.97155.199.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.13%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=23.13%
G=34.36%
B=42.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051561930.460.1900.24205.2341.5158.43
Hex699CC12E13018cd2a3a
Octal15123430156230303155272
Binary110100110011100110000011011101001101100011001101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699CC1; }

 p { color: rgb(105,156,193); }

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

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

 a { background-color: rgb(105,156,193); }

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

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

 span { border-color: rgb(105,156,193); }

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