Html Css Color HEX #716DBC Chetwode Blue

📋 copy color: '#716DBC'

red 113 ◦ green 109 ◦ blue 188

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

Shades of Chetwode Blue #716DBC

Tints of Chetwode Blue #716DBC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

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

R = 27.56%
G = 26.59%
B = 45.85%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#716DBC (or 0x716DBC) is known color: Chetwode Blue. HEX triplet: 71, 6D and BC. RGB value is (113,109,188). Sum of RGB (Red+Green+Blue) = 113+109+188=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #716DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DBC is #8E9243. Grayscale: #767676. Windows color (decimal): -9343556 or 12348785. OLE color: 12348785.

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

Color convert

RGB 113 109 188 -
CMYK 0.40 0.42 0 0.26
HSL 243.04º 0.37% 0.58% -
HSV(B) 243.04º 0.42% 0.74% -
XYZ 21.36 18.08 49.94 -
YUV 119.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 113 109 188 0.40 0.42 0 0.26 243.04 0.37 0.58
Hex 71 6D BC 28 2A 0 1A F3 25 3A
Octal 161 155 274 50 52 0 32 363 45 72
Binary 1110001 1101101 10111100 101000 101010 0 11010 11110011 100101 111010

Color Harmonies of #716DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716DBC

Black with #716DBC

Text Example


Text Example

White with #716DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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