Html Css Color HEX #6998AF Shakespeare

📋 copy color: '#6998AF'

red 105 ◦ green 152 ◦ blue 175

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

Shades of Shakespeare #6998AF

Tints of Shakespeare #6998AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 24.31%
G = 35.19%
B = 40.51%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6998AF (or 0x6998AF) is known color: Shakespeare. HEX triplet: 69, 98 and AF. RGB value is (105,152,175). Sum of RGB (Red+Green+Blue) = 105+152+175=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #6998AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6998AF is #966750. Grayscale: #8C8C8C. Windows color (decimal): -9856849 or 11507817. OLE color: 11507817.

HSL color Cylindrical-coordinate representation of color #6998AF: hue angle of 199.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6998AF is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 152 175 -
CMYK 0.40 0.13 0 0.31
HSL 199.71º 0.3% 0.55% -
HSV(B) 199.71º 0.4% 0.69% -
XYZ 24.79 28.55 44.76 -
YUV 140.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 105 152 175 0.40 0.13 0 0.31 199.71 0.3 0.55
Hex 69 98 AF 28 D 0 1F C8 1E 37
Octal 151 230 257 50 15 0 37 310 36 67
Binary 1101001 10011000 10101111 101000 1101 0 11111 11001000 11110 110111

Color Harmonies of #6998AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6998AF

Black with #6998AF

Text Example


Text Example

White with #6998AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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