Html Css Color HEX #6972AF Chetwode Blue

📋 copy color: '#6972AF'

red 105 ◦ green 114 ◦ blue 175

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

Shades of Chetwode Blue #6972AF

Tints of Chetwode Blue #6972AF

RGB

 RED value IS 105 (41.41% from 255) = 26.65%

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 26.65%
G = 28.93%
B = 44.42%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6972AF (or 0x6972AF) is known color: Chetwode Blue. HEX triplet: 69, 72 and AF. RGB value is (105,114,175). Sum of RGB (Red+Green+Blue) = 105+114+175=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #6972AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6972AF is #968D50. Grayscale: #767676. Windows color (decimal): -9866577 or 11498089. OLE color: 11498089.

HSL color Cylindrical-coordinate representation of color #6972AF: hue angle of 232.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6972AF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 114 175 -
CMYK 0.40 0.35 0 0.31
HSL 232.29º 0.3% 0.55% -
HSV(B) 232.29º 0.4% 0.69% -
XYZ 19.58 18.13 43.03 -
YUV 118.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 105 114 175 0.40 0.35 0 0.31 232.29 0.3 0.55
Hex 69 72 AF 28 23 0 1F E8 1E 37
Octal 151 162 257 50 43 0 37 350 36 67
Binary 1101001 1110010 10101111 101000 100011 0 11111 11101000 11110 110111

Color Harmonies of #6972AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972AF

Black with #6972AF

Text Example


Text Example

White with #6972AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6972AF; }

 p { color: rgb(105,114,175); }

 H1.HeaderClassName
 {
   color: #6972AF;
 }
 .AnyTagClassName
 {
   color: #6972AF;
 }
</style>

background-color css

<style>
 a { background-color: #6972AF; }

 a { background-color: rgb(105,114,175); }

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

border-color css

<style>
 span { border-color: #6972AF; }

 span { border-color: rgb(105,114,175); }

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