Html Css Color HEX #609ABE Shakespeare

📋 copy color: '#609ABE'

red 96 ◦ green 154 ◦ blue 190

#609ABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #609ABE

Tints of Shakespeare #609ABE

RGB

 RED value IS 96 (37.89% from 255) = 21.82%

 GREEN value IS 154 (60.55% from 255) = 35%

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 21.82%
G = 35%
B = 43.18%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#609ABE (or 0x609ABE) is known color: Shakespeare. HEX triplet: 60, 9A and BE. RGB value is (96,154,190). Sum of RGB (Red+Green+Blue) = 96+154+190=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #609ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ABE is #9F6541. Grayscale: #8C8C8C. Windows color (decimal): -10446146 or 12491360. OLE color: 12491360.

HSL color Cylindrical-coordinate representation of color #609ABE: hue angle of 202.98º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #609ABE is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 154 190 -
CMYK 0.49 0.19 0 0.25
HSL 202.98º 0.42% 0.56% -
HSV(B) 202.98º 0.49% 0.75% -
XYZ 25.67 29.32 53.02 -
YUV 140.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 96 154 190 0.49 0.19 0 0.25 202.98 0.42 0.56
Hex 60 9A BE 31 13 0 19 CB 2A 38
Octal 140 232 276 61 23 0 31 313 52 70
Binary 1100000 10011010 10111110 110001 10011 0 11001 11001011 101010 111000

Color Harmonies of #609ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609ABE

Black with #609ABE

Text Example


Text Example

White with #609ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,154,190); }

 H1.HeaderClassName
 {
   color: #609ABE;
 }
 .AnyTagClassName
 {
   color: #609ABE;
 }
</style>

background-color css

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

 a { background-color: rgb(96,154,190); }

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

border-color css

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

 span { border-color: rgb(96,154,190); }

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