Html Css Color HEX #619AB4 Shakespeare

📋 copy color: '#619AB4'

red 97 ◦ green 154 ◦ blue 180

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

Shades of Shakespeare #619AB4

Tints of Shakespeare #619AB4

RGB

 RED value IS 97 (38.28% from 255) = 22.51%

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

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

R = 22.51%
G = 35.73%
B = 41.76%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#619AB4 (or 0x619AB4) is known color: Shakespeare. HEX triplet: 61, 9A and B4. RGB value is (97,154,180). Sum of RGB (Red+Green+Blue) = 97+154+180=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #619AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AB4 is #9E654B. Grayscale: #8B8B8B. Windows color (decimal): -10380620 or 11836001. OLE color: 11836001.

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

Color convert

RGB 97 154 180 -
CMYK 0.46 0.14 0 0.29
HSL 198.8º 0.36% 0.54% -
HSV(B) 198.8º 0.46% 0.71% -
XYZ 24.72 28.95 47.46 -
YUV 139.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 97 154 180 0.46 0.14 0 0.29 198.8 0.36 0.54
Hex 61 9A B4 2E E 0 1D C7 24 36
Octal 141 232 264 56 16 0 35 307 44 66
Binary 1100001 10011010 10110100 101110 1110 0 11101 11000111 100100 110110

Color Harmonies of #619AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619AB4

Black with #619AB4

Text Example


Text Example

White with #619AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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