#679DB9

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

Shades of Shakespeare #679DB9

Tints of Shakespeare #679DB9

Color information

#679DB9 (or 0x679DB9) is unknown color: approx Shakespeare. HEX triplet: 67, 9D and B9. RGB value is (103,157,185). Sum of RGB (Red+Green+Blue) = 103+157+185=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #679DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DB9 is #986246. Grayscale: #8F8F8F. Windows color (decimal): -9986631 or 12164455. OLE color: 12164455.

HSL color Cylindrical-coordinate representation of color #679DB9: hue angle of 200.49º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #679DB9 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB103157185-
CMYK0.440.1500.27
HSL200.49º36.94%56.47%-
HSV(B)200.49º44.32%72.55%-
XYZ26.4130.550.39-
YUV144.05151.1198.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.15%
GREEN value IS 157 (61.72% from 255) = 35.28%
BLUE value IS 185 (72.66% from 255) = 41.57%
R=23.15%
G=35.28%
B=41.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031571850.440.1500.27200.4936.9456.47
Hex679DB92CF01Bc82538
Octal14723527154170333104570
Binary11001111001110110111001101100111101101111001000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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