Html Css Color HEX #6998BC Shakespeare

📋 copy color: '#6998BC'

red 105 ◦ green 152 ◦ blue 188

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

Shades of Shakespeare #6998BC

Tints of Shakespeare #6998BC

RGB

 RED value IS 105 (41.41% from 255) = 23.6%

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

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

R = 23.6%
G = 34.16%
B = 42.25%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6998BC (or 0x6998BC) is known color: Shakespeare. HEX triplet: 69, 98 and BC. RGB value is (105,152,188). Sum of RGB (Red+Green+Blue) = 105+152+188=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #6998BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998BC is #966743. Grayscale: #8D8D8D. Windows color (decimal): -9856836 or 12359785. OLE color: 12359785.

HSL color Cylindrical-coordinate representation of color #6998BC: hue angle of 206.02º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6998BC is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 152 188 -
CMYK 0.44 0.19 0 0.26
HSL 206.02º 0.38% 0.57% -
HSV(B) 206.02º 0.44% 0.74% -
XYZ 26.13 29.09 51.81 -
YUV 142.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 105 152 188 0.44 0.19 0 0.26 206.02 0.38 0.57
Hex 69 98 BC 2C 13 0 1A CE 26 39
Octal 151 230 274 54 23 0 32 316 46 71
Binary 1101001 10011000 10111100 101100 10011 0 11010 11001110 100110 111001

Color Harmonies of #6998BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6998BC

Black with #6998BC

Text Example


Text Example

White with #6998BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6998BC; }

 p { color: rgb(105,152,188); }

 H1.HeaderClassName
 {
   color: #6998BC;
 }
 .AnyTagClassName
 {
   color: #6998BC;
 }
</style>

background-color css

<style>
 a { background-color: #6998BC; }

 a { background-color: rgb(105,152,188); }

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

border-color css

<style>
 span { border-color: #6998BC; }

 span { border-color: rgb(105,152,188); }

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