Html Css Color HEX #639FBE Shakespeare

📋 copy color: '#639FBE'

red 99 ◦ green 159 ◦ blue 190

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

Shades of Shakespeare #639FBE

Tints of Shakespeare #639FBE

RGB

 RED value IS 99 (39.06% from 255) = 22.1%

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

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

R = 22.1%
G = 35.49%
B = 42.41%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#639FBE (or 0x639FBE) is known color: Shakespeare. HEX triplet: 63, 9F and BE. RGB value is (99,159,190). Sum of RGB (Red+Green+Blue) = 99+159+190=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #639FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FBE is #9C6041. Grayscale: #909090. Windows color (decimal): -10248258 or 12492643. OLE color: 12492643.

HSL color Cylindrical-coordinate representation of color #639FBE: hue angle of 200.44º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #639FBE is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 159 190 -
CMYK 0.48 0.16 0 0.25
HSL 200.44º 0.41% 0.57% -
HSV(B) 200.44º 0.48% 0.75% -
XYZ 26.84 31.17 53.32 -
YUV 144.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 99 159 190 0.48 0.16 0 0.25 200.44 0.41 0.57
Hex 63 9F BE 30 10 0 19 C8 29 39
Octal 143 237 276 60 20 0 31 310 51 71
Binary 1100011 10011111 10111110 110000 10000 0 11001 11001000 101001 111001

Color Harmonies of #639FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639FBE

Black with #639FBE

Text Example


Text Example

White with #639FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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