Html Css Color HEX #6397AB Shakespeare

📋 copy color: '#6397AB'

red 99 ◦ green 151 ◦ blue 171

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

Shades of Shakespeare #6397AB

Tints of Shakespeare #6397AB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 23.52%
G = 35.87%
B = 40.62%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6397AB (or 0x6397AB) is known color: Shakespeare. HEX triplet: 63, 97 and AB. RGB value is (99,151,171). Sum of RGB (Red+Green+Blue) = 99+151+171=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #6397AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6397AB is #9C6854. Grayscale: #898989. Windows color (decimal): -10250325 or 11245411. OLE color: 11245411.

HSL color Cylindrical-coordinate representation of color #6397AB: hue angle of 196.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6397AB is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 151 171 -
CMYK 0.42 0.12 0 0.33
HSL 196.67º 0.3% 0.53% -
HSV(B) 196.67º 0.42% 0.67% -
XYZ 23.56 27.73 42.64 -
YUV 137.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 99 151 171 0.42 0.12 0 0.33 196.67 0.3 0.53
Hex 63 97 AB 2A C 0 21 C5 1E 35
Octal 143 227 253 52 14 0 41 305 36 65
Binary 1100011 10010111 10101011 101010 1100 0 100001 11000101 11110 110101

Color Harmonies of #6397AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6397AB

Black with #6397AB

Text Example


Text Example

White with #6397AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6397AB; }

 p { color: rgb(99,151,171); }

 H1.HeaderClassName
 {
   color: #6397AB;
 }
 .AnyTagClassName
 {
   color: #6397AB;
 }
</style>

background-color css

<style>
 a { background-color: #6397AB; }

 a { background-color: rgb(99,151,171); }

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

border-color css

<style>
 span { border-color: #6397AB; }

 span { border-color: rgb(99,151,171); }

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