Html Css Color HEX #6F99BC Shakespeare

📋 copy color: '#6F99BC'

red 111 ◦ green 153 ◦ blue 188

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

Shades of Shakespeare #6F99BC

Tints of Shakespeare #6F99BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 24.56%
G = 33.85%
B = 41.59%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F99BC (or 0x6F99BC) is known color: Shakespeare. HEX triplet: 6F, 99 and BC. RGB value is (111,153,188). Sum of RGB (Red+Green+Blue) = 111+153+188=452 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.56% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F99BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99BC is #906643. Grayscale: #909090. Windows color (decimal): -9463364 or 12360047. OLE color: 12360047.

HSL color Cylindrical-coordinate representation of color #6F99BC: hue angle of 207.27º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F99BC is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 153 188 -
CMYK 0.41 0.19 0 0.26
HSL 207.27º 0.36% 0.59% -
HSV(B) 207.27º 0.41% 0.74% -
XYZ 27.02 29.79 51.9 -
YUV 144.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 111 153 188 0.41 0.19 0 0.26 207.27 0.36 0.59
Hex 6F 99 BC 29 13 0 1A CF 24 3B
Octal 157 231 274 51 23 0 32 317 44 73
Binary 1101111 10011001 10111100 101001 10011 0 11010 11001111 100100 111011

Color Harmonies of #6F99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F99BC

Black with #6F99BC

Text Example


Text Example

White with #6F99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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