Html Css Color HEX #6F77AD Chetwode Blue

📋 copy color: '#6F77AD'

red 111 ◦ green 119 ◦ blue 173

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

Shades of Chetwode Blue #6F77AD

Tints of Chetwode Blue #6F77AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

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

R = 27.54%
G = 29.53%
B = 42.93%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F77AD (or 0x6F77AD) is known color: Chetwode Blue. HEX triplet: 6F, 77 and AD. RGB value is (111,119,173). Sum of RGB (Red+Green+Blue) = 111+119+173=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F77AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F77AD is #908852. Grayscale: #7A7A7A. Windows color (decimal): -9472083 or 11368303. OLE color: 11368303.

HSL color Cylindrical-coordinate representation of color #6F77AD: hue angle of 232.26º 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 #6F77AD is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 119 173 -
CMYK 0.36 0.31 0 0.32
HSL 232.26º 0.27% 0.56% -
HSV(B) 232.26º 0.36% 0.68% -
XYZ 20.7 19.59 42.23 -
YUV 122.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 111 119 173 0.36 0.31 0 0.32 232.26 0.27 0.56
Hex 6F 77 AD 24 1F 0 20 E8 1B 38
Octal 157 167 255 44 37 0 40 350 33 70
Binary 1101111 1110111 10101101 100100 11111 0 100000 11101000 11011 111000

Color Harmonies of #6F77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F77AD

Black with #6F77AD

Text Example


Text Example

White with #6F77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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