#629DB9

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

Shades of Shakespeare #629DB9

Tints of Shakespeare #629DB9

Color information

#629DB9 (or 0x629DB9) is unknown color: approx Shakespeare. HEX triplet: 62, 9D and B9. RGB value is (98,157,185). Sum of RGB (Red+Green+Blue) = 98+157+185=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #629DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DB9 is #9D6246. Grayscale: #8E8E8E. Windows color (decimal): -10314311 or 12164450. OLE color: 12164450.

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

Color convert

RGB98157185-
CMYK0.470.1500.27
HSL199.31º38.33%55.49%-
HSV(B)199.31º47.03%72.55%-
XYZ25.8530.2150.37-
YUV142.55151.9596.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.27%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=22.27%
G=35.68%
B=42.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981571850.470.1500.27199.3138.3355.49
Hex629DB92FF01Bc72637
Octal14223527157170333074667
Binary11000101001110110111001101111111101101111000111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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