Html Css Color HEX #6F72C1 Chetwode Blue

📋 copy color: '#6F72C1'

red 111 ◦ green 114 ◦ blue 193

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

Shades of Chetwode Blue #6F72C1

Tints of Chetwode Blue #6F72C1

RGB

 RED value IS 111 (43.75% from 255) = 26.56%

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 26.56%
G = 27.27%
B = 46.17%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6F72C1 (or 0x6F72C1) is known color: Chetwode Blue. HEX triplet: 6F, 72 and C1. RGB value is (111,114,193). Sum of RGB (Red+Green+Blue) = 111+114+193=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F72C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F72C1 is #908D3E. Grayscale: #797979. Windows color (decimal): -9473343 or 12677743. OLE color: 12677743.

HSL color Cylindrical-coordinate representation of color #6F72C1: hue angle of 237.8º 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 #6F72C1 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 114 193 -
CMYK 0.42 0.41 0 0.24
HSL 237.8º 0.4% 0.6% -
HSV(B) 237.8º 0.42% 0.76% -
XYZ 22.2 19.26 53 -
YUV 122.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 111 114 193 0.42 0.41 0 0.24 237.8 0.4 0.6
Hex 6F 72 C1 2A 29 0 18 EE 28 3C
Octal 157 162 301 52 51 0 30 356 50 74
Binary 1101111 1110010 11000001 101010 101001 0 11000 11101110 101000 111100

Color Harmonies of #6F72C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F72C1

Black with #6F72C1

Text Example


Text Example

White with #6F72C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F72C1; }

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

 H1.HeaderClassName
 {
   color: #6F72C1;
 }
 .AnyTagClassName
 {
   color: #6F72C1;
 }
</style>

background-color css

<style>
 a { background-color: #6F72C1; }

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

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

border-color css

<style>
 span { border-color: #6F72C1; }

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

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