Html Css Color HEX #6973AF Chetwode Blue

📋 copy color: '#6973AF'

red 105 ◦ green 115 ◦ blue 175

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

Shades of Chetwode Blue #6973AF

Tints of Chetwode Blue #6973AF

RGB

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

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

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

R = 26.58%
G = 29.11%
B = 44.3%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6973AF (or 0x6973AF) is known color: Chetwode Blue. HEX triplet: 69, 73 and AF. RGB value is (105,115,175). Sum of RGB (Red+Green+Blue) = 105+115+175=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #6973AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6973AF is #968C50. Grayscale: #767676. Windows color (decimal): -9866321 or 11498345. OLE color: 11498345.

HSL color Cylindrical-coordinate representation of color #6973AF: hue angle of 231.43º 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 #6973AF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 115 175 -
CMYK 0.40 0.34 0 0.31
HSL 231.43º 0.3% 0.55% -
HSV(B) 231.43º 0.4% 0.69% -
XYZ 19.69 18.36 43.06 -
YUV 118.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 105 115 175 0.40 0.34 0 0.31 231.43 0.3 0.55
Hex 69 73 AF 28 22 0 1F E7 1E 37
Octal 151 163 257 50 42 0 37 347 36 67
Binary 1101001 1110011 10101111 101000 100010 0 11111 11100111 11110 110111

Color Harmonies of #6973AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6973AF

Black with #6973AF

Text Example


Text Example

White with #6973AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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