Html Css Color HEX #639BB3 Shakespeare

📋 copy color: '#639BB3'

red 99 ◦ green 155 ◦ blue 179

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

Shades of Shakespeare #639BB3

Tints of Shakespeare #639BB3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.8%

 BLUE value IS 179 (70.31% from 255) = 41.34%

R = 22.86%
G = 35.8%
B = 41.34%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#639BB3 (or 0x639BB3) is known color: Shakespeare. HEX triplet: 63, 9B and B3. RGB value is (99,155,179). Sum of RGB (Red+Green+Blue) = 99+155+179=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #639BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BB3 is #9C644C. Grayscale: #8C8C8C. Windows color (decimal): -10249293 or 11770723. OLE color: 11770723.

HSL color Cylindrical-coordinate representation of color #639BB3: hue angle of 198º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #639BB3 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 155 179 -
CMYK 0.45 0.13 0 0.30
HSL 198º 0.34% 0.55% -
HSV(B) 198º 0.45% 0.7% -
XYZ 25 29.35 47 -
YUV 140.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 99 155 179 0.45 0.13 0 0.30 198 0.34 0.55
Hex 63 9B B3 2D D 0 1E C6 22 37
Octal 143 233 263 55 15 0 36 306 42 67
Binary 1100011 10011011 10110011 101101 1101 0 11110 11000110 100010 110111

Color Harmonies of #639BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639BB3

Black with #639BB3

Text Example


Text Example

White with #639BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,155,179); }

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

background-color css

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

 a { background-color: rgb(99,155,179); }

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

border-color css

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

 span { border-color: rgb(99,155,179); }

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