Html Css Color HEX #6F99B3 Shakespeare

📋 copy color: '#6F99B3'

red 111 ◦ green 153 ◦ blue 179

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

Shades of Shakespeare #6F99B3

Tints of Shakespeare #6F99B3

RGB

 RED value IS 111 (43.75% from 255) = 25.06%

 GREEN value IS 153 (60.16% from 255) = 34.54%

 BLUE value IS 179 (70.31% from 255) = 40.41%

R = 25.06%
G = 34.54%
B = 40.41%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F99B3 (or 0x6F99B3) is known color: Shakespeare. HEX triplet: 6F, 99 and B3. RGB value is (111,153,179). Sum of RGB (Red+Green+Blue) = 111+153+179=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F99B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99B3 is #90664C. Grayscale: #8F8F8F. Windows color (decimal): -9463373 or 11770223. OLE color: 11770223.

HSL color Cylindrical-coordinate representation of color #6F99B3: hue angle of 202.94º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F99B3 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 153 179 -
CMYK 0.38 0.15 0 0.30
HSL 202.94º 0.31% 0.57% -
HSV(B) 202.94º 0.38% 0.7% -
XYZ 26.08 29.42 46.95 -
YUV 143.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 111 153 179 0.38 0.15 0 0.30 202.94 0.31 0.57
Hex 6F 99 B3 26 F 0 1E CB 1F 39
Octal 157 231 263 46 17 0 36 313 37 71
Binary 1101111 10011001 10110011 100110 1111 0 11110 11001011 11111 111001

Color Harmonies of #6F99B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F99B3

Black with #6F99B3

Text Example


Text Example

White with #6F99B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,153,179); }

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

background-color css

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

 a { background-color: rgb(111,153,179); }

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

border-color css

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

 span { border-color: rgb(111,153,179); }

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