Html Css Color HEX #6F72BD Chetwode Blue

📋 copy color: '#6F72BD'

red 111 ◦ green 114 ◦ blue 189

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

Shades of Chetwode Blue #6F72BD

Tints of Chetwode Blue #6F72BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 26.81%
G = 27.54%
B = 45.65%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F72BD (or 0x6F72BD) is known color: Chetwode Blue. HEX triplet: 6F, 72 and BD. RGB value is (111,114,189). Sum of RGB (Red+Green+Blue) = 111+114+189=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F72BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F72BD is #908D42. Grayscale: #797979. Windows color (decimal): -9473347 or 12415599. OLE color: 12415599.

HSL color Cylindrical-coordinate representation of color #6F72BD: hue angle of 237.69º degrees, saturation: 0.37, 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 #6F72BD is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 114 189 -
CMYK 0.41 0.40 0 0.26
HSL 237.69º 0.37% 0.59% -
HSV(B) 237.69º 0.41% 0.74% -
XYZ 21.76 19.09 50.68 -
YUV 121.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 111 114 189 0.41 0.40 0 0.26 237.69 0.37 0.59
Hex 6F 72 BD 29 28 0 1A EE 25 3B
Octal 157 162 275 51 50 0 32 356 45 73
Binary 1101111 1110010 10111101 101001 101000 0 11010 11101110 100101 111011

Color Harmonies of #6F72BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F72BD

Black with #6F72BD

Text Example


Text Example

White with #6F72BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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