Html Css Color HEX #716FC1 Chetwode Blue

📋 copy color: '#716FC1'

red 113 ◦ green 111 ◦ blue 193

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

Shades of Chetwode Blue #716FC1

Tints of Chetwode Blue #716FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.28%

R = 27.1%
G = 26.62%
B = 46.28%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#716FC1 (or 0x716FC1) is known color: Chetwode Blue. HEX triplet: 71, 6F and C1. RGB value is (113,111,193). Sum of RGB (Red+Green+Blue) = 113+111+193=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #716FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FC1 is #8E903E. Grayscale: #787878. Windows color (decimal): -9343039 or 12676977. OLE color: 12676977.

HSL color Cylindrical-coordinate representation of color #716FC1: hue angle of 241.46º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #716FC1 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 111 193 -
CMYK 0.41 0.42 0 0.24
HSL 241.46º 0.4% 0.6% -
HSV(B) 241.46º 0.42% 0.76% -
XYZ 22.12 18.73 52.9 -
YUV 120.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 113 111 193 0.41 0.42 0 0.24 241.46 0.4 0.6
Hex 71 6F C1 29 2A 0 18 F1 28 3C
Octal 161 157 301 51 52 0 30 361 50 74
Binary 1110001 1101111 11000001 101001 101010 0 11000 11110001 101000 111100

Color Harmonies of #716FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716FC1

Black with #716FC1

Text Example


Text Example

White with #716FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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