Html Css Color HEX #6F99B4 Shakespeare

📋 copy color: '#6F99B4'

red 111 ◦ green 153 ◦ blue 180

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

Shades of Shakespeare #6F99B4

Tints of Shakespeare #6F99B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 25%
G = 34.46%
B = 40.54%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F99B4 (or 0x6F99B4) is known color: Shakespeare. HEX triplet: 6F, 99 and B4. RGB value is (111,153,180). Sum of RGB (Red+Green+Blue) = 111+153+180=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F99B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99B4 is #90664B. Grayscale: #8F8F8F. Windows color (decimal): -9463372 or 11835759. OLE color: 11835759.

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

Color convert

RGB 111 153 180 -
CMYK 0.38 0.15 0 0.29
HSL 203.48º 0.32% 0.57% -
HSV(B) 203.48º 0.38% 0.71% -
XYZ 26.19 29.46 47.49 -
YUV 143.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 111 153 180 0.38 0.15 0 0.29 203.48 0.32 0.57
Hex 6F 99 B4 26 F 0 1D CB 20 39
Octal 157 231 264 46 17 0 35 313 40 71
Binary 1101111 10011001 10110100 100110 1111 0 11101 11001011 100000 111001

Color Harmonies of #6F99B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F99B4

Black with #6F99B4

Text Example


Text Example

White with #6F99B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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