#619BBA

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

Shades of Shakespeare #619BBA

Tints of Shakespeare #619BBA

Color information

#619BBA (or 0x619BBA) is unknown color: approx Shakespeare. HEX triplet: 61, 9B and BA. RGB value is (97,155,186). Sum of RGB (Red+Green+Blue) = 97+155+186=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #619BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BBA is #9E6445. Grayscale: #8D8D8D. Windows color (decimal): -10380358 or 12229473. OLE color: 12229473.

HSL color Cylindrical-coordinate representation of color #619BBA: hue angle of 200.9º 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 #619BBA is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97155186-
CMYK0.480.1700.27
HSL200.9º39.21%55.49%-
HSV(B)200.9º47.85%72.94%-
XYZ25.5129.5350.81-
YUV141.19153.2896.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=22.15%
G=35.39%
B=42.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971551860.480.1700.27200.939.2155.49
Hex619BBA301101Bc92737
Octal14123327260210333114767
Binary110000110011011101110101100001000101101111001001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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