Html Css Color HEX #6995AD Shakespeare

📋 copy color: '#6995AD'

red 105 ◦ green 149 ◦ blue 173

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

Shades of Shakespeare #6995AD

Tints of Shakespeare #6995AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 24.59%
G = 34.89%
B = 40.52%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6995AD (or 0x6995AD) is known color: Shakespeare. HEX triplet: 69, 95 and AD. RGB value is (105,149,173). Sum of RGB (Red+Green+Blue) = 105+149+173=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #6995AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6995AD is #966A52. Grayscale: #8A8A8A. Windows color (decimal): -9857619 or 11375977. OLE color: 11375977.

HSL color Cylindrical-coordinate representation of color #6995AD: hue angle of 201.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6995AD is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 149 173 -
CMYK 0.39 0.14 0 0.32
HSL 201.18º 0.29% 0.55% -
HSV(B) 201.18º 0.39% 0.68% -
XYZ 24.12 27.52 43.58 -
YUV 138.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 105 149 173 0.39 0.14 0 0.32 201.18 0.29 0.55
Hex 69 95 AD 27 E 0 20 C9 1D 37
Octal 151 225 255 47 16 0 40 311 35 67
Binary 1101001 10010101 10101101 100111 1110 0 100000 11001001 11101 110111

Color Harmonies of #6995AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995AD

Black with #6995AD

Text Example


Text Example

White with #6995AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6995AD; }

 p { color: rgb(105,149,173); }

 H1.HeaderClassName
 {
   color: #6995AD;
 }
 .AnyTagClassName
 {
   color: #6995AD;
 }
</style>

background-color css

<style>
 a { background-color: #6995AD; }

 a { background-color: rgb(105,149,173); }

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

border-color css

<style>
 span { border-color: #6995AD; }

 span { border-color: rgb(105,149,173); }

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