Html Css Color HEX #716BC0 Chetwode Blue

📋 copy color: '#716BC0'

red 113 ◦ green 107 ◦ blue 192

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

Shades of Chetwode Blue #716BC0

Tints of Chetwode Blue #716BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 27.43%
G = 25.97%
B = 46.6%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#716BC0 (or 0x716BC0) is known color: Chetwode Blue. HEX triplet: 71, 6B and C0. RGB value is (113,107,192). Sum of RGB (Red+Green+Blue) = 113+107+192=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #716BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BC0 is #8E943F. Grayscale: #767676. Windows color (decimal): -9344064 or 12610417. OLE color: 12610417.

HSL color Cylindrical-coordinate representation of color #716BC0: hue angle of 244.24º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #716BC0 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 107 192 -
CMYK 0.41 0.44 0 0.25
HSL 244.24º 0.4% 0.59% -
HSV(B) 244.24º 0.44% 0.75% -
XYZ 21.58 17.83 52.17 -
YUV 118.48 169.49 124.09 -
System Red Green Blue C M Y K H S L
Decimal 113 107 192 0.41 0.44 0 0.25 244.24 0.4 0.59
Hex 71 6B C0 29 2C 0 19 F4 28 3B
Octal 161 153 300 51 54 0 31 364 50 73
Binary 1110001 1101011 11000000 101001 101100 0 11001 11110100 101000 111011

Color Harmonies of #716BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716BC0

Black with #716BC0

Text Example


Text Example

White with #716BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,107,192); }

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

background-color css

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

 a { background-color: rgb(113,107,192); }

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

border-color css

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

 span { border-color: rgb(113,107,192); }

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