Html Css Color HEX #6A93B9 Shakespeare

📋 copy color: '#6A93B9'

red 106 ◦ green 147 ◦ blue 185

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

Shades of Shakespeare #6A93B9

Tints of Shakespeare #6A93B9

RGB

 RED value IS 106 (41.8% from 255) = 24.2%

 GREEN value IS 147 (57.81% from 255) = 33.56%

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 24.2%
G = 33.56%
B = 42.24%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A93B9 (or 0x6A93B9) is known color: Shakespeare. HEX triplet: 6A, 93 and B9. RGB value is (106,147,185). Sum of RGB (Red+Green+Blue) = 106+147+185=438 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.20% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #6A93B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A93B9 is #956C46. Grayscale: #8A8A8A. Windows color (decimal): -9792583 or 12161898. OLE color: 12161898.

HSL color Cylindrical-coordinate representation of color #6A93B9: hue angle of 208.86º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A93B9 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 147 185 -
CMYK 0.43 0.21 0 0.27
HSL 208.86º 0.36% 0.57% -
HSV(B) 208.86º 0.43% 0.73% -
XYZ 25.13 27.43 49.87 -
YUV 139.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 106 147 185 0.43 0.21 0 0.27 208.86 0.36 0.57
Hex 6A 93 B9 2B 15 0 1B D1 24 39
Octal 152 223 271 53 25 0 33 321 44 71
Binary 1101010 10010011 10111001 101011 10101 0 11011 11010001 100100 111001

Color Harmonies of #6A93B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A93B9

Black with #6A93B9

Text Example


Text Example

White with #6A93B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,147,185); }

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

background-color css

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

 a { background-color: rgb(106,147,185); }

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

border-color css

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

 span { border-color: rgb(106,147,185); }

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