#6BA4C2

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

Shades of Shakespeare #6BA4C2

Tints of Shakespeare #6BA4C2

Color information

#6BA4C2 (or 0x6BA4C2) is unknown color: approx Shakespeare. HEX triplet: 6B, A4 and C2. RGB value is (107,164,194). Sum of RGB (Red+Green+Blue) = 107+164+194=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #6BA4C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA4C2 is #945B3D. Grayscale: #969696. Windows color (decimal): -9722686 or 12756075. OLE color: 12756075.

HSL color Cylindrical-coordinate representation of color #6BA4C2: hue angle of 200.69º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BA4C2 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB107164194-
CMYK0.450.1500.24
HSL200.69º41.63%59.02%-
HSV(B)200.69º44.85%76.08%-
XYZ29.0833.5755.99-
YUV150.38152.6297.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.01%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 194 (76.17% from 255) = 41.72%
R=23.01%
G=35.27%
B=41.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071641940.450.1500.24200.6941.6359.02
Hex6BA4C22DF018c92a3b
Octal15324430255170303115273
Binary11010111010010011000010101101111101100011001001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BA4C2; }

 p { color: rgb(107,164,194); }

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

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

 a { background-color: rgb(107,164,194); }

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

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

 span { border-color: rgb(107,164,194); }

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