Html Css Color HEX #6978AF Chetwode Blue

📋 copy color: '#6978AF'

red 105 ◦ green 120 ◦ blue 175

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

Shades of Chetwode Blue #6978AF

Tints of Chetwode Blue #6978AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 26.25%
G = 30%
B = 43.75%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6978AF (or 0x6978AF) is known color: Chetwode Blue. HEX triplet: 69, 78 and AF. RGB value is (105,120,175). Sum of RGB (Red+Green+Blue) = 105+120+175=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #6978AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6978AF is #968750. Grayscale: #797979. Windows color (decimal): -9865041 or 11499625. OLE color: 11499625.

HSL color Cylindrical-coordinate representation of color #6978AF: hue angle of 227.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6978AF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 120 175 -
CMYK 0.40 0.31 0 0.31
HSL 227.14º 0.3% 0.55% -
HSV(B) 227.14º 0.4% 0.69% -
XYZ 20.28 19.53 43.26 -
YUV 121.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 105 120 175 0.40 0.31 0 0.31 227.14 0.3 0.55
Hex 69 78 AF 28 1F 0 1F E3 1E 37
Octal 151 170 257 50 37 0 37 343 36 67
Binary 1101001 1111000 10101111 101000 11111 0 11111 11100011 11110 110111

Color Harmonies of #6978AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6978AF

Black with #6978AF

Text Example


Text Example

White with #6978AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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