Html Css Color HEX #6EA3C1 Shakespeare

📋 copy color: '#6EA3C1'

red 110 ◦ green 163 ◦ blue 193

#6EA3C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #6EA3C1

Tints of Shakespeare #6EA3C1

RGB

 RED value IS 110 (43.36% from 255) = 23.61%

 GREEN value IS 163 (64.06% from 255) = 34.98%

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 23.61%
G = 34.98%
B = 41.42%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6EA3C1 (or 0x6EA3C1) is known color: Shakespeare. HEX triplet: 6E, A3 and C1. RGB value is (110,163,193). Sum of RGB (Red+Green+Blue) = 110+163+193=466 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.61% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #6EA3C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA3C1 is #915C3E. Grayscale: #969696. Windows color (decimal): -9526335 or 12690286. OLE color: 12690286.

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

Color convert

RGB 110 163 193 -
CMYK 0.43 0.16 0 0.24
HSL 201.69º 0.4% 0.59% -
HSV(B) 201.69º 0.43% 0.76% -
XYZ 29.15 33.36 55.35 -
YUV 150.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 110 163 193 0.43 0.16 0 0.24 201.69 0.4 0.59
Hex 6E A3 C1 2B 10 0 18 CA 28 3B
Octal 156 243 301 53 20 0 30 312 50 73
Binary 1101110 10100011 11000001 101011 10000 0 11000 11001010 101000 111011

Color Harmonies of #6EA3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA3C1

Black with #6EA3C1

Text Example


Text Example

White with #6EA3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,163,193); }

 H1.HeaderClassName
 {
   color: #6EA3C1;
 }
 .AnyTagClassName
 {
   color: #6EA3C1;
 }
</style>

background-color css

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

 a { background-color: rgb(110,163,193); }

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

border-color css

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

 span { border-color: rgb(110,163,193); }

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