Html Css Color HEX #619FBE Shakespeare

📋 copy color: '#619FBE'

red 97 ◦ green 159 ◦ blue 190

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

Shades of Shakespeare #619FBE

Tints of Shakespeare #619FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.65%

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

R = 21.75%
G = 35.65%
B = 42.6%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#619FBE (or 0x619FBE) is known color: Shakespeare. HEX triplet: 61, 9F and BE. RGB value is (97,159,190). Sum of RGB (Red+Green+Blue) = 97+159+190=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #619FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FBE is #9E6041. Grayscale: #8F8F8F. Windows color (decimal): -10379330 or 12492641. OLE color: 12492641.

HSL color Cylindrical-coordinate representation of color #619FBE: hue angle of 200º 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 #619FBE is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 159 190 -
CMYK 0.49 0.16 0 0.25
HSL 200º 0.42% 0.56% -
HSV(B) 200º 0.49% 0.75% -
XYZ 26.62 31.06 53.31 -
YUV 144 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 97 159 190 0.49 0.16 0 0.25 200 0.42 0.56
Hex 61 9F BE 31 10 0 19 C8 2A 38
Octal 141 237 276 61 20 0 31 310 52 70
Binary 1100001 10011111 10111110 110001 10000 0 11001 11001000 101010 111000

Color Harmonies of #619FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619FBE

Black with #619FBE

Text Example


Text Example

White with #619FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,159,190); }

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

background-color css

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

 a { background-color: rgb(97,159,190); }

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

border-color css

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

 span { border-color: rgb(97,159,190); }

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