Html Css Color HEX #6F7AAE Chetwode Blue

📋 copy color: '#6F7AAE'

red 111 ◦ green 122 ◦ blue 174

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

Shades of Chetwode Blue #6F7AAE

Tints of Chetwode Blue #6F7AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.98%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 27.27%
G = 29.98%
B = 42.75%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F7AAE (or 0x6F7AAE) is known color: Chetwode Blue. HEX triplet: 6F, 7A and AE. RGB value is (111,122,174). Sum of RGB (Red+Green+Blue) = 111+122+174=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F7AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7AAE is #908551. Grayscale: #7C7C7C. Windows color (decimal): -9471314 or 11434607. OLE color: 11434607.

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

Color convert

RGB 111 122 174 -
CMYK 0.36 0.30 0 0.32
HSL 229.52º 0.28% 0.56% -
HSV(B) 229.52º 0.36% 0.68% -
XYZ 21.16 20.35 42.86 -
YUV 124.64 155.86 118.27 -
System Red Green Blue C M Y K H S L
Decimal 111 122 174 0.36 0.30 0 0.32 229.52 0.28 0.56
Hex 6F 7A AE 24 1E 0 20 E6 1C 38
Octal 157 172 256 44 36 0 40 346 34 70
Binary 1101111 1111010 10101110 100100 11110 0 100000 11100110 11100 111000

Color Harmonies of #6F7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7AAE

Black with #6F7AAE

Text Example


Text Example

White with #6F7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,122,174); }

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

background-color css

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

 a { background-color: rgb(111,122,174); }

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

border-color css

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

 span { border-color: rgb(111,122,174); }

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