Html Css Color HEX #6979BD Chetwode Blue

📋 copy color: '#6979BD'

red 105 ◦ green 121 ◦ blue 189

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

Shades of Chetwode Blue #6979BD

Tints of Chetwode Blue #6979BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 25.3%
G = 29.16%
B = 45.54%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6979BD (or 0x6979BD) is known color: Chetwode Blue. HEX triplet: 69, 79 and BD. RGB value is (105,121,189). Sum of RGB (Red+Green+Blue) = 105+121+189=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #6979BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979BD is #968642. Grayscale: #7B7B7B. Windows color (decimal): -9864771 or 12417385. OLE color: 12417385.

HSL color Cylindrical-coordinate representation of color #6979BD: hue angle of 228.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6979BD is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 121 189 -
CMYK 0.44 0.36 0 0.26
HSL 228.57º 0.39% 0.58% -
HSV(B) 228.57º 0.44% 0.74% -
XYZ 21.85 20.35 50.92 -
YUV 123.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 105 121 189 0.44 0.36 0 0.26 228.57 0.39 0.58
Hex 69 79 BD 2C 24 0 1A E5 27 3A
Octal 151 171 275 54 44 0 32 345 47 72
Binary 1101001 1111001 10111101 101100 100100 0 11010 11100101 100111 111010

Color Harmonies of #6979BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6979BD

Black with #6979BD

Text Example


Text Example

White with #6979BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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