Html Css Color HEX #6F7BAE Chetwode Blue

📋 copy color: '#6F7BAE'

red 111 ◦ green 123 ◦ blue 174

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

Shades of Chetwode Blue #6F7BAE

Tints of Chetwode Blue #6F7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.15%

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

R = 27.21%
G = 30.15%
B = 42.65%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F7BAE (or 0x6F7BAE) is known color: Chetwode Blue. HEX triplet: 6F, 7B and AE. RGB value is (111,123,174). Sum of RGB (Red+Green+Blue) = 111+123+174=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F7BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7BAE is #908451. Grayscale: #7D7D7D. Windows color (decimal): -9471058 or 11434863. OLE color: 11434863.

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

Color convert

RGB 111 123 174 -
CMYK 0.36 0.29 0 0.32
HSL 228.57º 0.28% 0.56% -
HSV(B) 228.57º 0.36% 0.68% -
XYZ 21.28 20.6 42.9 -
YUV 125.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 111 123 174 0.36 0.29 0 0.32 228.57 0.28 0.56
Hex 6F 7B AE 24 1D 0 20 E5 1C 38
Octal 157 173 256 44 35 0 40 345 34 70
Binary 1101111 1111011 10101110 100100 11101 0 100000 11100101 11100 111000

Color Harmonies of #6F7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7BAE

Black with #6F7BAE

Text Example


Text Example

White with #6F7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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