Html Css Color HEX #6F98B3 Shakespeare

📋 copy color: '#6F98B3'

red 111 ◦ green 152 ◦ blue 179

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

Shades of Shakespeare #6F98B3

Tints of Shakespeare #6F98B3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.39%

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

R = 25.11%
G = 34.39%
B = 40.5%

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

#6F98B3 (or 0x6F98B3) is known color: Shakespeare. HEX triplet: 6F, 98 and B3. RGB value is (111,152,179). Sum of RGB (Red+Green+Blue) = 111+152+179=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F98B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F98B3 is #90674C. Grayscale: #8E8E8E. Windows color (decimal): -9463629 or 11769967. OLE color: 11769967.

HSL color Cylindrical-coordinate representation of color #6F98B3: hue angle of 203.82º 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 #6F98B3 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 152 179 -
CMYK 0.38 0.15 0 0.30
HSL 203.82º 0.31% 0.57% -
HSV(B) 203.82º 0.38% 0.7% -
XYZ 25.92 29.09 46.9 -
YUV 142.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 111 152 179 0.38 0.15 0 0.30 203.82 0.31 0.57
Hex 6F 98 B3 26 F 0 1E CC 1F 39
Octal 157 230 263 46 17 0 36 314 37 71
Binary 1101111 10011000 10110011 100110 1111 0 11110 11001100 11111 111001

Color Harmonies of #6F98B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F98B3

Black with #6F98B3

Text Example


Text Example

White with #6F98B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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