Html Css Color HEX #619DBE Shakespeare

📋 copy color: '#619DBE'

red 97 ◦ green 157 ◦ blue 190

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

Shades of Shakespeare #619DBE

Tints of Shakespeare #619DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.36%

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

R = 21.85%
G = 35.36%
B = 42.79%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#619DBE (or 0x619DBE) is known color: Shakespeare. HEX triplet: 61, 9D and BE. RGB value is (97,157,190). Sum of RGB (Red+Green+Blue) = 97+157+190=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #619DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DBE is #9E6241. Grayscale: #8E8E8E. Windows color (decimal): -10379842 or 12492129. OLE color: 12492129.

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

Color convert

RGB 97 157 190 -
CMYK 0.49 0.17 0 0.25
HSL 201.29º 0.42% 0.56% -
HSV(B) 201.29º 0.49% 0.75% -
XYZ 26.28 30.37 53.19 -
YUV 142.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 97 157 190 0.49 0.17 0 0.25 201.29 0.42 0.56
Hex 61 9D BE 31 11 0 19 C9 2A 38
Octal 141 235 276 61 21 0 31 311 52 70
Binary 1100001 10011101 10111110 110001 10001 0 11001 11001001 101010 111000

Color Harmonies of #619DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DBE

Black with #619DBE

Text Example


Text Example

White with #619DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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