Html Css Color HEX #609EC1 Shakespeare

📋 copy color: '#609EC1'

red 96 ◦ green 158 ◦ blue 193

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

Shades of Shakespeare #609EC1

Tints of Shakespeare #609EC1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.35%

 BLUE value IS 193 (75.78% from 255) = 43.18%

R = 21.48%
G = 35.35%
B = 43.18%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#609EC1 (or 0x609EC1) is known color: Shakespeare. HEX triplet: 60, 9E and C1. RGB value is (96,158,193). Sum of RGB (Red+Green+Blue) = 96+158+193=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #609EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EC1 is #9F613E. Grayscale: #8F8F8F. Windows color (decimal): -10445119 or 12688992. OLE color: 12688992.

HSL color Cylindrical-coordinate representation of color #609EC1: hue angle of 201.65º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #609EC1 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 158 193 -
CMYK 0.50 0.18 0 0.24
HSL 201.65º 0.44% 0.57% -
HSV(B) 201.65º 0.5% 0.76% -
XYZ 26.68 30.79 54.99 -
YUV 143.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 96 158 193 0.50 0.18 0 0.24 201.65 0.44 0.57
Hex 60 9E C1 32 12 0 18 CA 2C 39
Octal 140 236 301 62 22 0 30 312 54 71
Binary 1100000 10011110 11000001 110010 10010 0 11000 11001010 101100 111001

Color Harmonies of #609EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609EC1

Black with #609EC1

Text Example


Text Example

White with #609EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,158,193); }

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

background-color css

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

 a { background-color: rgb(96,158,193); }

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

border-color css

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

 span { border-color: rgb(96,158,193); }

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