Html Css Color HEX #6979BC Chetwode Blue

📋 copy color: '#6979BC'

red 105 ◦ green 121 ◦ blue 188

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

Shades of Chetwode Blue #6979BC

Tints of Chetwode Blue #6979BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 25.36%
G = 29.23%
B = 45.41%

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

#6979BC (or 0x6979BC) is known color: Chetwode Blue. HEX triplet: 69, 79 and BC. RGB value is (105,121,188). Sum of RGB (Red+Green+Blue) = 105+121+188=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #6979BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979BC is #968643. Grayscale: #7B7B7B. Windows color (decimal): -9864772 or 12351849. OLE color: 12351849.

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

Color convert

RGB 105 121 188 -
CMYK 0.44 0.36 0 0.26
HSL 228.43º 0.38% 0.57% -
HSV(B) 228.43º 0.44% 0.74% -
XYZ 21.74 20.31 50.35 -
YUV 123.85 164.2 114.55 -
System Red Green Blue C M Y K H S L
Decimal 105 121 188 0.44 0.36 0 0.26 228.43 0.38 0.57
Hex 69 79 BC 2C 24 0 1A E4 26 39
Octal 151 171 274 54 44 0 32 344 46 71
Binary 1101001 1111001 10111100 101100 100100 0 11010 11100100 100110 111001

Color Harmonies of #6979BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6979BC

Black with #6979BC

Text Example


Text Example

White with #6979BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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