Html Css Color HEX #6978AB Chetwode Blue

📋 copy color: '#6978AB'

red 105 ◦ green 120 ◦ blue 171

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

Shades of Chetwode Blue #6978AB

Tints of Chetwode Blue #6978AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 26.52%
G = 30.3%
B = 43.18%

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

#6978AB (or 0x6978AB) is known color: Chetwode Blue. HEX triplet: 69, 78 and AB. RGB value is (105,120,171). Sum of RGB (Red+Green+Blue) = 105+120+171=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #6978AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6978AB is #968754. Grayscale: #797979. Windows color (decimal): -9865045 or 11237481. OLE color: 11237481.

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

Color convert

RGB 105 120 171 -
CMYK 0.39 0.30 0 0.33
HSL 226.36º 0.28% 0.54% -
HSV(B) 226.36º 0.39% 0.67% -
XYZ 19.89 19.38 41.22 -
YUV 121.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 105 120 171 0.39 0.30 0 0.33 226.36 0.28 0.54
Hex 69 78 AB 27 1E 0 21 E2 1C 36
Octal 151 170 253 47 36 0 41 342 34 66
Binary 1101001 1111000 10101011 100111 11110 0 100001 11100010 11100 110110

Color Harmonies of #6978AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6978AB

Black with #6978AB

Text Example


Text Example

White with #6978AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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