#679DB7

Color #679DB7 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #679DB7

Tints of Shakespeare #679DB7

Color information

#679DB7 (or 0x679DB7) is unknown color: approx Shakespeare. HEX triplet: 67, 9D and B7. RGB value is (103,157,183). Sum of RGB (Red+Green+Blue) = 103+157+183=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #679DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DB7 is #986248. Grayscale: #8F8F8F. Windows color (decimal): -9986633 or 12033383. OLE color: 12033383.

HSL color Cylindrical-coordinate representation of color #679DB7: hue angle of 199.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #679DB7 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB103157183-
CMYK0.440.1400.28
HSL199.5º35.71%56.08%-
HSV(B)199.5º43.72%71.76%-
XYZ26.230.4249.29-
YUV143.82150.1198.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.25%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=23.25%
G=35.44%
B=41.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1031571830.440.1400.28199.535.7156.08
Hex679DB72CE01Cc82438
Octal14723526754160343104470
Binary11001111001110110110111101100111001110011001000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679DB7; }

 p { color: rgb(103,157,183); }

 H1.HeaderClassName
 {
   color: #679DB7;
 }
 .AnyTagClassName
 {
   color: #679DB7;
 }
</style>
background-color css

<style>
 a { background-color: #679DB7; }

 a { background-color: rgb(103,157,183); }

 div.DivClassName
 {
   background-color: #679DB7;
 }
 .BgClassName
 {
   background-color: #679DB7;
 }
</style>
border-color css

<style>
 span { border-color: #679DB7; }

 span { border-color: rgb(103,157,183); }

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