Html Css Color HEX #6973AC Chetwode Blue

📋 copy color: '#6973AC'

red 105 ◦ green 115 ◦ blue 172

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

Shades of Chetwode Blue #6973AC

Tints of Chetwode Blue #6973AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 26.79%
G = 29.34%
B = 43.88%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6973AC (or 0x6973AC) is known color: Chetwode Blue. HEX triplet: 69, 73 and AC. RGB value is (105,115,172). Sum of RGB (Red+Green+Blue) = 105+115+172=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #6973AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6973AC is #968C53. Grayscale: #767676. Windows color (decimal): -9866324 or 11301737. OLE color: 11301737.

HSL color Cylindrical-coordinate representation of color #6973AC: hue angle of 231.04º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6973AC is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 115 172 -
CMYK 0.39 0.33 0 0.33
HSL 231.04º 0.29% 0.54% -
HSV(B) 231.04º 0.39% 0.67% -
XYZ 19.4 18.24 41.53 -
YUV 118.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 105 115 172 0.39 0.33 0 0.33 231.04 0.29 0.54
Hex 69 73 AC 27 21 0 21 E7 1D 36
Octal 151 163 254 47 41 0 41 347 35 66
Binary 1101001 1110011 10101100 100111 100001 0 100001 11100111 11101 110110

Color Harmonies of #6973AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6973AC

Black with #6973AC

Text Example


Text Example

White with #6973AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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