Html Css Color HEX #716FBC Chetwode Blue

📋 copy color: '#716FBC'

red 113 ◦ green 111 ◦ blue 188

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

Shades of Chetwode Blue #716FBC

Tints of Chetwode Blue #716FBC

RGB

 RED value IS 113 (44.53% from 255) = 27.43%

 GREEN value IS 111 (43.75% from 255) = 26.94%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 27.43%
G = 26.94%
B = 45.63%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#716FBC (or 0x716FBC) is known color: Chetwode Blue. HEX triplet: 71, 6F and BC. RGB value is (113,111,188). Sum of RGB (Red+Green+Blue) = 113+111+188=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #716FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FBC is #8E9043. Grayscale: #787878. Windows color (decimal): -9343044 or 12349297. OLE color: 12349297.

HSL color Cylindrical-coordinate representation of color #716FBC: hue angle of 241.56º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #716FBC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 111 188 -
CMYK 0.40 0.41 0 0.26
HSL 241.56º 0.36% 0.59% -
HSV(B) 241.56º 0.41% 0.74% -
XYZ 21.57 18.51 50.01 -
YUV 120.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 113 111 188 0.40 0.41 0 0.26 241.56 0.36 0.59
Hex 71 6F BC 28 29 0 1A F2 24 3B
Octal 161 157 274 50 51 0 32 362 44 73
Binary 1110001 1101111 10111100 101000 101001 0 11010 11110010 100100 111011

Color Harmonies of #716FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716FBC

Black with #716FBC

Text Example


Text Example

White with #716FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716FBC; }

 p { color: rgb(113,111,188); }

 H1.HeaderClassName
 {
   color: #716FBC;
 }
 .AnyTagClassName
 {
   color: #716FBC;
 }
</style>

background-color css

<style>
 a { background-color: #716FBC; }

 a { background-color: rgb(113,111,188); }

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

border-color css

<style>
 span { border-color: #716FBC; }

 span { border-color: rgb(113,111,188); }

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