Html Css Color HEX #6F769E Chetwode Blue

📋 copy color: '#6F769E'

red 111 ◦ green 118 ◦ blue 158

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

Shades of Chetwode Blue #6F769E

Tints of Chetwode Blue #6F769E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 28.68%
G = 30.49%
B = 40.83%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F769E (or 0x6F769E) is known color: Chetwode Blue. HEX triplet: 6F, 76 and 9E. RGB value is (111,118,158). Sum of RGB (Red+Green+Blue) = 111+118+158=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F769E is #908961. Grayscale: #787878. Windows color (decimal): -9472354 or 10385007. OLE color: 10385007.

HSL color Cylindrical-coordinate representation of color #6F769E: hue angle of 231.06º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F769E is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 118 158 -
CMYK 0.30 0.25 0 0.38
HSL 231.06º 0.2% 0.53% -
HSV(B) 231.06º 0.3% 0.62% -
XYZ 19.21 18.81 34.97 -
YUV 120.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 111 118 158 0.30 0.25 0 0.38 231.06 0.2 0.53
Hex 6F 76 9E 1E 19 0 26 E7 14 35
Octal 157 166 236 36 31 0 46 347 24 65
Binary 1101111 1110110 10011110 11110 11001 0 100110 11100111 10100 110101

Color Harmonies of #6F769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F769E

Black with #6F769E

Text Example


Text Example

White with #6F769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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