#609BBA

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

Shades of Shakespeare #609BBA

Tints of Shakespeare #609BBA

Color information

#609BBA (or 0x609BBA) is unknown color: approx Shakespeare. HEX triplet: 60, 9B and BA. RGB value is (96,155,186). Sum of RGB (Red+Green+Blue) = 96+155+186=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #609BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BBA is #9F6445. Grayscale: #8C8C8C. Windows color (decimal): -10445894 or 12229472. OLE color: 12229472.

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

Color convert

RGB96155186-
CMYK0.480.1700.27
HSL200.67º39.47%55.29%-
HSV(B)200.67º48.39%72.94%-
XYZ25.4129.4750.8-
YUV140.89153.4595.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.97%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=21.97%
G=35.47%
B=42.56%

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
Decimal961551860.480.1700.27200.6739.4755.29
Hex609BBA301101Bc92737
Octal14023327260210333114767
Binary110000010011011101110101100001000101101111001001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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