Html Css Color HEX #6195B2 Shakespeare

📋 copy color: '#6195B2'

red 97 ◦ green 149 ◦ blue 178

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

Shades of Shakespeare #6195B2

Tints of Shakespeare #6195B2

RGB

 RED value IS 97 (38.28% from 255) = 22.88%

 GREEN value IS 149 (58.59% from 255) = 35.14%

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

R = 22.88%
G = 35.14%
B = 41.98%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6195B2 (or 0x6195B2) is known color: Shakespeare. HEX triplet: 61, 95 and B2. RGB value is (97,149,178). Sum of RGB (Red+Green+Blue) = 97+149+178=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 178 - color contains mainly: blue. Hex color #6195B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6195B2 is #9E6A4D. Grayscale: #888888. Windows color (decimal): -10381902 or 11703649. OLE color: 11703649.

HSL color Cylindrical-coordinate representation of color #6195B2: hue angle of 201.48º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6195B2 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 149 178 -
CMYK 0.46 0.16 0 0.30
HSL 201.48º 0.34% 0.54% -
HSV(B) 201.48º 0.46% 0.7% -
XYZ 23.71 27.25 46.13 -
YUV 136.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 97 149 178 0.46 0.16 0 0.30 201.48 0.34 0.54
Hex 61 95 B2 2E 10 0 1E C9 22 36
Octal 141 225 262 56 20 0 36 311 42 66
Binary 1100001 10010101 10110010 101110 10000 0 11110 11001001 100010 110110

Color Harmonies of #6195B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6195B2

Black with #6195B2

Text Example


Text Example

White with #6195B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,149,178); }

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

background-color css

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

 a { background-color: rgb(97,149,178); }

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

border-color css

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

 span { border-color: rgb(97,149,178); }

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