Html Css Color HEX #6979AF Chetwode Blue

📋 copy color: '#6979AF'

red 105 ◦ green 121 ◦ blue 175

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

Shades of Chetwode Blue #6979AF

Tints of Chetwode Blue #6979AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.17%

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

R = 26.18%
G = 30.17%
B = 43.64%

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

#6979AF (or 0x6979AF) is known color: Chetwode Blue. HEX triplet: 69, 79 and AF. RGB value is (105,121,175). Sum of RGB (Red+Green+Blue) = 105+121+175=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #6979AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6979AF is #968650. Grayscale: #7A7A7A. Windows color (decimal): -9864785 or 11499881. OLE color: 11499881.

HSL color Cylindrical-coordinate representation of color #6979AF: hue angle of 226.29º 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 #6979AF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 121 175 -
CMYK 0.40 0.31 0 0.31
HSL 226.29º 0.3% 0.55% -
HSV(B) 226.29º 0.4% 0.69% -
XYZ 20.4 19.77 43.3 -
YUV 122.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 105 121 175 0.40 0.31 0 0.31 226.29 0.3 0.55
Hex 69 79 AF 28 1F 0 1F E2 1E 37
Octal 151 171 257 50 37 0 37 342 36 67
Binary 1101001 1111001 10101111 101000 11111 0 11111 11100010 11110 110111

Color Harmonies of #6979AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6979AF

Black with #6979AF

Text Example


Text Example

White with #6979AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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