Html Css Color HEX #6979BF Chetwode Blue

📋 copy color: '#6979BF'

red 105 ◦ green 121 ◦ blue 191

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

Shades of Chetwode Blue #6979BF

Tints of Chetwode Blue #6979BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 25.18%
G = 29.02%
B = 45.8%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6979BF (or 0x6979BF) is known color: Chetwode Blue. HEX triplet: 69, 79 and BF. RGB value is (105,121,191). Sum of RGB (Red+Green+Blue) = 105+121+191=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #6979BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979BF is #968640. Grayscale: #7B7B7B. Windows color (decimal): -9864769 or 12548457. OLE color: 12548457.

HSL color Cylindrical-coordinate representation of color #6979BF: hue angle of 228.84º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6979BF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 121 191 -
CMYK 0.45 0.37 0 0.25
HSL 228.84º 0.4% 0.58% -
HSV(B) 228.84º 0.45% 0.75% -
XYZ 22.07 20.44 52.07 -
YUV 124.2 165.7 114.31 -
System Red Green Blue C M Y K H S L
Decimal 105 121 191 0.45 0.37 0 0.25 228.84 0.4 0.58
Hex 69 79 BF 2D 25 0 19 E5 28 3A
Octal 151 171 277 55 45 0 31 345 50 72
Binary 1101001 1111001 10111111 101101 100101 0 11001 11100101 101000 111010

Color Harmonies of #6979BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6979BF

Black with #6979BF

Text Example


Text Example

White with #6979BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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