#619BB9

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

Shades of Shakespeare #619BB9

Tints of Shakespeare #619BB9

Color information

#619BB9 (or 0x619BB9) is unknown color: approx Shakespeare. HEX triplet: 61, 9B and B9. RGB value is (97,155,185). Sum of RGB (Red+Green+Blue) = 97+155+185=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #619BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BB9 is #9E6446. Grayscale: #8C8C8C. Windows color (decimal): -10380359 or 12163937. OLE color: 12163937.

HSL color Cylindrical-coordinate representation of color #619BB9: hue angle of 200.45º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #619BB9 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97155185-
CMYK0.480.1600.27
HSL200.45º38.6%55.29%-
HSV(B)200.45º47.57%72.55%-
XYZ25.4129.4950.25-
YUV141.08152.7896.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.20%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 185 (72.66% from 255) = 42.33%
R=22.20%
G=35.47%
B=42.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971551850.480.1600.27200.4538.655.29
Hex619BB9301001Bc82737
Octal14123327160200333104767
Binary110000110011011101110011100001000001101111001000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619BB9; }

 p { color: rgb(97,155,185); }

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

<style>
 a { background-color: #619BB9; }

 a { background-color: rgb(97,155,185); }

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

<style>
 span { border-color: #619BB9; }

 span { border-color: rgb(97,155,185); }

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