Html Css Color HEX #6978AC Chetwode Blue

📋 copy color: '#6978AC'

red 105 ◦ green 120 ◦ blue 172

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

Shades of Chetwode Blue #6978AC

Tints of Chetwode Blue #6978AC

RGB

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

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

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

R = 26.45%
G = 30.23%
B = 43.32%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6978AC (or 0x6978AC) is known color: Chetwode Blue. HEX triplet: 69, 78 and AC. RGB value is (105,120,172). Sum of RGB (Red+Green+Blue) = 105+120+172=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #6978AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6978AC is #968753. Grayscale: #797979. Windows color (decimal): -9865044 or 11303017. OLE color: 11303017.

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

Color convert

RGB 105 120 172 -
CMYK 0.39 0.30 0 0.33
HSL 226.57º 0.29% 0.54% -
HSV(B) 226.57º 0.39% 0.67% -
XYZ 19.99 19.41 41.72 -
YUV 121.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 105 120 172 0.39 0.30 0 0.33 226.57 0.29 0.54
Hex 69 78 AC 27 1E 0 21 E3 1D 36
Octal 151 170 254 47 36 0 41 343 35 66
Binary 1101001 1111000 10101100 100111 11110 0 100001 11100011 11101 110110

Color Harmonies of #6978AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6978AC

Black with #6978AC

Text Example


Text Example

White with #6978AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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