Html Css Color HEX #6695BD Shakespeare

📋 copy color: '#6695BD'

red 102 ◦ green 149 ◦ blue 189

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

Shades of Shakespeare #6695BD

Tints of Shakespeare #6695BD

RGB

 RED value IS 102 (40.23% from 255) = 23.18%

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 23.18%
G = 33.86%
B = 42.95%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6695BD (or 0x6695BD) is known color: Shakespeare. HEX triplet: 66, 95 and BD. RGB value is (102,149,189). Sum of RGB (Red+Green+Blue) = 102+149+189=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #6695BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695BD is #996A42. Grayscale: #8B8B8B. Windows color (decimal): -10054211 or 12424550. OLE color: 12424550.

HSL color Cylindrical-coordinate representation of color #6695BD: hue angle of 207.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6695BD is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 149 189 -
CMYK 0.46 0.21 0 0.26
HSL 207.59º 0.4% 0.57% -
HSV(B) 207.59º 0.46% 0.74% -
XYZ 25.41 27.99 52.21 -
YUV 139.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 102 149 189 0.46 0.21 0 0.26 207.59 0.4 0.57
Hex 66 95 BD 2E 15 0 1A D0 28 39
Octal 146 225 275 56 25 0 32 320 50 71
Binary 1100110 10010101 10111101 101110 10101 0 11010 11010000 101000 111001

Color Harmonies of #6695BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6695BD

Black with #6695BD

Text Example


Text Example

White with #6695BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6695BD; }

 p { color: rgb(102,149,189); }

 H1.HeaderClassName
 {
   color: #6695BD;
 }
 .AnyTagClassName
 {
   color: #6695BD;
 }
</style>

background-color css

<style>
 a { background-color: #6695BD; }

 a { background-color: rgb(102,149,189); }

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

border-color css

<style>
 span { border-color: #6695BD; }

 span { border-color: rgb(102,149,189); }

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