Html Css Color HEX #6599B3 Shakespeare

📋 copy color: '#6599B3'

red 101 ◦ green 153 ◦ blue 179

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

Shades of Shakespeare #6599B3

Tints of Shakespeare #6599B3

RGB

 RED value IS 101 (39.84% from 255) = 23.33%

 GREEN value IS 153 (60.16% from 255) = 35.33%

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

R = 23.33%
G = 35.33%
B = 41.34%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6599B3 (or 0x6599B3) is known color: Shakespeare. HEX triplet: 65, 99 and B3. RGB value is (101,153,179). Sum of RGB (Red+Green+Blue) = 101+153+179=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 153 (60.16% from 255 or 35.33% 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 #6599B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6599B3 is #9A664C. Grayscale: #8C8C8C. Windows color (decimal): -10118733 or 11770213. OLE color: 11770213.

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

Color convert

RGB 101 153 179 -
CMYK 0.44 0.15 0 0.30
HSL 200º 0.34% 0.55% -
HSV(B) 200º 0.44% 0.7% -
XYZ 24.89 28.8 46.9 -
YUV 140.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 101 153 179 0.44 0.15 0 0.30 200 0.34 0.55
Hex 65 99 B3 2C F 0 1E C8 22 37
Octal 145 231 263 54 17 0 36 310 42 67
Binary 1100101 10011001 10110011 101100 1111 0 11110 11001000 100010 110111

Color Harmonies of #6599B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6599B3

Black with #6599B3

Text Example


Text Example

White with #6599B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6599B3; }

 p { color: rgb(101,153,179); }

 H1.HeaderClassName
 {
   color: #6599B3;
 }
 .AnyTagClassName
 {
   color: #6599B3;
 }
</style>

background-color css

<style>
 a { background-color: #6599B3; }

 a { background-color: rgb(101,153,179); }

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

border-color css

<style>
 span { border-color: #6599B3; }

 span { border-color: rgb(101,153,179); }

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