Html Css Color HEX #6993AF Shakespeare

📋 copy color: '#6993AF'

red 105 ◦ green 147 ◦ blue 175

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

Shades of Shakespeare #6993AF

Tints of Shakespeare #6993AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.43%

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

R = 24.59%
G = 34.43%
B = 40.98%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6993AF (or 0x6993AF) is known color: Shakespeare. HEX triplet: 69, 93 and AF. RGB value is (105,147,175). Sum of RGB (Red+Green+Blue) = 105+147+175=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #6993AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6993AF is #966C50. Grayscale: #898989. Windows color (decimal): -9858129 or 11506537. OLE color: 11506537.

HSL color Cylindrical-coordinate representation of color #6993AF: hue angle of 204º 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 #6993AF is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 147 175 -
CMYK 0.40 0.16 0 0.31
HSL 204º 0.3% 0.55% -
HSV(B) 204º 0.4% 0.69% -
XYZ 24 26.97 44.5 -
YUV 137.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 105 147 175 0.40 0.16 0 0.31 204 0.3 0.55
Hex 69 93 AF 28 10 0 1F CC 1E 37
Octal 151 223 257 50 20 0 37 314 36 67
Binary 1101001 10010011 10101111 101000 10000 0 11111 11001100 11110 110111

Color Harmonies of #6993AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993AF

Black with #6993AF

Text Example


Text Example

White with #6993AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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