Html Css Color HEX #6599B2 Shakespeare

📋 copy color: '#6599B2'

red 101 ◦ green 153 ◦ blue 178

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

Shades of Shakespeare #6599B2

Tints of Shakespeare #6599B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 23.38%
G = 35.42%
B = 41.2%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6599B2 (or 0x6599B2) is known color: Shakespeare. HEX triplet: 65, 99 and B2. RGB value is (101,153,178). Sum of RGB (Red+Green+Blue) = 101+153+178=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 178 - color contains mainly: blue. Hex color #6599B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6599B2 is #9A664D. Grayscale: #8C8C8C. Windows color (decimal): -10118734 or 11704677. OLE color: 11704677.

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

Color convert

RGB 101 153 178 -
CMYK 0.43 0.14 0 0.30
HSL 199.48º 0.33% 0.55% -
HSV(B) 199.48º 0.43% 0.7% -
XYZ 24.79 28.76 46.36 -
YUV 140.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 101 153 178 0.43 0.14 0 0.30 199.48 0.33 0.55
Hex 65 99 B2 2B E 0 1E C7 21 37
Octal 145 231 262 53 16 0 36 307 41 67
Binary 1100101 10011001 10110010 101011 1110 0 11110 11000111 100001 110111

Color Harmonies of #6599B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6599B2

Black with #6599B2

Text Example


Text Example

White with #6599B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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