Html Css Color HEX #6975AA Chetwode Blue

📋 copy color: '#6975AA'

red 105 ◦ green 117 ◦ blue 170

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

Shades of Chetwode Blue #6975AA

Tints of Chetwode Blue #6975AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

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

R = 26.79%
G = 29.85%
B = 43.37%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6975AA (or 0x6975AA) is known color: Chetwode Blue. HEX triplet: 69, 75 and AA. RGB value is (105,117,170). Sum of RGB (Red+Green+Blue) = 105+117+170=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #6975AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6975AA is #968A55. Grayscale: #777777. Windows color (decimal): -9865814 or 11171177. OLE color: 11171177.

HSL color Cylindrical-coordinate representation of color #6975AA: hue angle of 228.92º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6975AA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 117 170 -
CMYK 0.38 0.31 0 0.33
HSL 228.92º 0.28% 0.54% -
HSV(B) 228.92º 0.38% 0.67% -
XYZ 19.44 18.63 40.6 -
YUV 119.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 105 117 170 0.38 0.31 0 0.33 228.92 0.28 0.54
Hex 69 75 AA 26 1F 0 21 E5 1C 36
Octal 151 165 252 46 37 0 41 345 34 66
Binary 1101001 1110101 10101010 100110 11111 0 100001 11100101 11100 110110

Color Harmonies of #6975AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6975AA

Black with #6975AA

Text Example


Text Example

White with #6975AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6975AA; }

 p { color: rgb(105,117,170); }

 H1.HeaderClassName
 {
   color: #6975AA;
 }
 .AnyTagClassName
 {
   color: #6975AA;
 }
</style>

background-color css

<style>
 a { background-color: #6975AA; }

 a { background-color: rgb(105,117,170); }

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

border-color css

<style>
 span { border-color: #6975AA; }

 span { border-color: rgb(105,117,170); }

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