Html Css Color HEX #6979B4 Chetwode Blue

📋 copy color: '#6979B4'

red 105 ◦ green 121 ◦ blue 180

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

Shades of Chetwode Blue #6979B4

Tints of Chetwode Blue #6979B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.33%

R = 25.86%
G = 29.8%
B = 44.33%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6979B4 (or 0x6979B4) is known color: Chetwode Blue. HEX triplet: 69, 79 and B4. RGB value is (105,121,180). Sum of RGB (Red+Green+Blue) = 105+121+180=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #6979B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979B4 is #96864B. Grayscale: #7A7A7A. Windows color (decimal): -9864780 or 11827561. OLE color: 11827561.

HSL color Cylindrical-coordinate representation of color #6979B4: hue angle of 227.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6979B4 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 121 180 -
CMYK 0.42 0.33 0 0.29
HSL 227.2º 0.33% 0.56% -
HSV(B) 227.2º 0.42% 0.71% -
XYZ 20.9 19.97 45.93 -
YUV 122.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 105 121 180 0.42 0.33 0 0.29 227.2 0.33 0.56
Hex 69 79 B4 2A 21 0 1D E3 21 38
Octal 151 171 264 52 41 0 35 343 41 70
Binary 1101001 1111001 10110100 101010 100001 0 11101 11100011 100001 111000

Color Harmonies of #6979B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6979B4

Black with #6979B4

Text Example


Text Example

White with #6979B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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