Html Css Color HEX #6F73AA Chetwode Blue

📋 copy color: '#6F73AA'

red 111 ◦ green 115 ◦ blue 170

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

Shades of Chetwode Blue #6F73AA

Tints of Chetwode Blue #6F73AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.04%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 28.03%
G = 29.04%
B = 42.93%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F73AA (or 0x6F73AA) is known color: Chetwode Blue. HEX triplet: 6F, 73 and AA. RGB value is (111,115,170). Sum of RGB (Red+Green+Blue) = 111+115+170=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F73AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F73AA is #908C55. Grayscale: #777777. Windows color (decimal): -9473110 or 11170671. OLE color: 11170671.

HSL color Cylindrical-coordinate representation of color #6F73AA: hue angle of 235.93º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F73AA is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 115 170 -
CMYK 0.35 0.32 0 0.33
HSL 235.93º 0.26% 0.55% -
HSV(B) 235.93º 0.35% 0.67% -
XYZ 19.94 18.54 40.56 -
YUV 120.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 111 115 170 0.35 0.32 0 0.33 235.93 0.26 0.55
Hex 6F 73 AA 23 20 0 21 EC 1A 37
Octal 157 163 252 43 40 0 41 354 32 67
Binary 1101111 1110011 10101010 100011 100000 0 100001 11101100 11010 110111

Color Harmonies of #6F73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F73AA

Black with #6F73AA

Text Example


Text Example

White with #6F73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,115,170); }

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

background-color css

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

 a { background-color: rgb(111,115,170); }

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

border-color css

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

 span { border-color: rgb(111,115,170); }

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