Html Css Color HEX #6F76AD Chetwode Blue

📋 copy color: '#6F76AD'

red 111 ◦ green 118 ◦ blue 173

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

Shades of Chetwode Blue #6F76AD

Tints of Chetwode Blue #6F76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 27.61%
G = 29.35%
B = 43.03%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F76AD (or 0x6F76AD) is known color: Chetwode Blue. HEX triplet: 6F, 76 and AD. RGB value is (111,118,173). Sum of RGB (Red+Green+Blue) = 111+118+173=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F76AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F76AD is #908952. Grayscale: #797979. Windows color (decimal): -9472339 or 11368047. OLE color: 11368047.

HSL color Cylindrical-coordinate representation of color #6F76AD: hue angle of 233.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F76AD is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 118 173 -
CMYK 0.36 0.32 0 0.32
HSL 233.23º 0.27% 0.56% -
HSV(B) 233.23º 0.36% 0.68% -
XYZ 20.58 19.35 42.19 -
YUV 122.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 111 118 173 0.36 0.32 0 0.32 233.23 0.27 0.56
Hex 6F 76 AD 24 20 0 20 E9 1B 38
Octal 157 166 255 44 40 0 40 351 33 70
Binary 1101111 1110110 10101101 100100 100000 0 100000 11101001 11011 111000

Color Harmonies of #6F76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F76AD

Black with #6F76AD

Text Example


Text Example

White with #6F76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,118,173); }

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

background-color css

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

 a { background-color: rgb(111,118,173); }

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

border-color css

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

 span { border-color: rgb(111,118,173); }

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