Html Css Color HEX #6DA5BB Shakespeare

📋 copy color: '#6DA5BB'

red 109 ◦ green 165 ◦ blue 187

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

Shades of Shakespeare #6DA5BB

Tints of Shakespeare #6DA5BB

RGB

 RED value IS 109 (42.97% from 255) = 23.64%

 GREEN value IS 165 (64.84% from 255) = 35.79%

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 23.64%
G = 35.79%
B = 40.56%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6DA5BB (or 0x6DA5BB) is known color: Shakespeare. HEX triplet: 6D, A5 and BB. RGB value is (109,165,187). Sum of RGB (Red+Green+Blue) = 109+165+187=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #6DA5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA5BB is #925A44. Grayscale: #969696. Windows color (decimal): -9591365 or 12297581. OLE color: 12297581.

HSL color Cylindrical-coordinate representation of color #6DA5BB: hue angle of 196.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DA5BB is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 165 187 -
CMYK 0.42 0.12 0 0.27
HSL 196.92º 0.36% 0.58% -
HSV(B) 196.92º 0.42% 0.73% -
XYZ 28.73 33.75 52.01 -
YUV 150.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 109 165 187 0.42 0.12 0 0.27 196.92 0.36 0.58
Hex 6D A5 BB 2A C 0 1B C5 24 3A
Octal 155 245 273 52 14 0 33 305 44 72
Binary 1101101 10100101 10111011 101010 1100 0 11011 11000101 100100 111010

Color Harmonies of #6DA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA5BB

Black with #6DA5BB

Text Example


Text Example

White with #6DA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DA5BB; }

 p { color: rgb(109,165,187); }

 H1.HeaderClassName
 {
   color: #6DA5BB;
 }
 .AnyTagClassName
 {
   color: #6DA5BB;
 }
</style>

background-color css

<style>
 a { background-color: #6DA5BB; }

 a { background-color: rgb(109,165,187); }

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

border-color css

<style>
 span { border-color: #6DA5BB; }

 span { border-color: rgb(109,165,187); }

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