Html Css Color HEX #6F76AF Chetwode Blue

📋 copy color: '#6F76AF'

red 111 ◦ green 118 ◦ blue 175

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

Shades of Chetwode Blue #6F76AF

Tints of Chetwode Blue #6F76AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 27.48%
G = 29.21%
B = 43.32%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F76AF (or 0x6F76AF) is known color: Chetwode Blue. HEX triplet: 6F, 76 and AF. RGB value is (111,118,175). Sum of RGB (Red+Green+Blue) = 111+118+175=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F76AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F76AF is #908950. Grayscale: #7A7A7A. Windows color (decimal): -9472337 or 11499119. OLE color: 11499119.

HSL color Cylindrical-coordinate representation of color #6F76AF: hue angle of 233.44º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F76AF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 118 175 -
CMYK 0.37 0.33 0 0.31
HSL 233.44º 0.29% 0.56% -
HSV(B) 233.44º 0.37% 0.69% -
XYZ 20.77 19.43 43.21 -
YUV 122.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 111 118 175 0.37 0.33 0 0.31 233.44 0.29 0.56
Hex 6F 76 AF 25 21 0 1F E9 1D 38
Octal 157 166 257 45 41 0 37 351 35 70
Binary 1101111 1110110 10101111 100101 100001 0 11111 11101001 11101 111000

Color Harmonies of #6F76AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F76AF

Black with #6F76AF

Text Example


Text Example

White with #6F76AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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