Html Css Color HEX #6978AA Chetwode Blue

📋 copy color: '#6978AA'

red 105 ◦ green 120 ◦ blue 170

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

Shades of Chetwode Blue #6978AA

Tints of Chetwode Blue #6978AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.38%

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

R = 26.58%
G = 30.38%
B = 43.04%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6978AA (or 0x6978AA) is known color: Chetwode Blue. HEX triplet: 69, 78 and AA. RGB value is (105,120,170). Sum of RGB (Red+Green+Blue) = 105+120+170=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #6978AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6978AA is #968755. Grayscale: #797979. Windows color (decimal): -9865046 or 11171945. OLE color: 11171945.

HSL color Cylindrical-coordinate representation of color #6978AA: hue angle of 226.15º 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 #6978AA is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 120 170 -
CMYK 0.38 0.29 0 0.33
HSL 226.15º 0.28% 0.54% -
HSV(B) 226.15º 0.38% 0.67% -
XYZ 19.8 19.34 40.72 -
YUV 121.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 105 120 170 0.38 0.29 0 0.33 226.15 0.28 0.54
Hex 69 78 AA 26 1D 0 21 E2 1C 36
Octal 151 170 252 46 35 0 41 342 34 66
Binary 1101001 1111000 10101010 100110 11101 0 100001 11100010 11100 110110

Color Harmonies of #6978AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6978AA

Black with #6978AA

Text Example


Text Example

White with #6978AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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