Html Css Color HEX #609AB4 Shakespeare

📋 copy color: '#609AB4'

red 96 ◦ green 154 ◦ blue 180

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

Shades of Shakespeare #609AB4

Tints of Shakespeare #609AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.86%

R = 22.33%
G = 35.81%
B = 41.86%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#609AB4 (or 0x609AB4) is known color: Shakespeare. HEX triplet: 60, 9A and B4. RGB value is (96,154,180). Sum of RGB (Red+Green+Blue) = 96+154+180=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #609AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609AB4 is #9F654B. Grayscale: #8B8B8B. Windows color (decimal): -10446156 or 11836000. OLE color: 11836000.

HSL color Cylindrical-coordinate representation of color #609AB4: hue angle of 198.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #609AB4 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 154 180 -
CMYK 0.47 0.14 0 0.29
HSL 198.57º 0.36% 0.54% -
HSV(B) 198.57º 0.47% 0.71% -
XYZ 24.62 28.89 47.46 -
YUV 139.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 96 154 180 0.47 0.14 0 0.29 198.57 0.36 0.54
Hex 60 9A B4 2F E 0 1D C7 24 36
Octal 140 232 264 57 16 0 35 307 44 66
Binary 1100000 10011010 10110100 101111 1110 0 11101 11000111 100100 110110

Color Harmonies of #609AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609AB4

Black with #609AB4

Text Example


Text Example

White with #609AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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