Html Css Color HEX #6995B3 Shakespeare

📋 copy color: '#6995B3'

red 105 ◦ green 149 ◦ blue 179

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

Shades of Shakespeare #6995B3

Tints of Shakespeare #6995B3

RGB

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

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

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

R = 24.25%
G = 34.41%
B = 41.34%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6995B3 (or 0x6995B3) is known color: Shakespeare. HEX triplet: 69, 95 and B3. RGB value is (105,149,179). Sum of RGB (Red+Green+Blue) = 105+149+179=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #6995B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6995B3 is #966A4C. Grayscale: #8B8B8B. Windows color (decimal): -9857613 or 11769193. OLE color: 11769193.

HSL color Cylindrical-coordinate representation of color #6995B3: hue angle of 204.32º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6995B3 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 149 179 -
CMYK 0.41 0.17 0 0.30
HSL 204.32º 0.33% 0.56% -
HSV(B) 204.32º 0.41% 0.7% -
XYZ 24.71 27.75 46.7 -
YUV 139.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 105 149 179 0.41 0.17 0 0.30 204.32 0.33 0.56
Hex 69 95 B3 29 11 0 1E CC 21 38
Octal 151 225 263 51 21 0 36 314 41 70
Binary 1101001 10010101 10110011 101001 10001 0 11110 11001100 100001 111000

Color Harmonies of #6995B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6995B3

Black with #6995B3

Text Example


Text Example

White with #6995B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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