Html Css Color HEX #6979CB Chetwode Blue

📋 copy color: '#6979CB'

red 105 ◦ green 121 ◦ blue 203

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

Shades of Chetwode Blue #6979CB

Tints of Chetwode Blue #6979CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 24.48%
G = 28.21%
B = 47.32%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6979CB (or 0x6979CB) is known color: Chetwode Blue. HEX triplet: 69, 79 and CB. RGB value is (105,121,203). Sum of RGB (Red+Green+Blue) = 105+121+203=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #6979CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979CB is #968634. Grayscale: #7D7D7D. Windows color (decimal): -9864757 or 13334889. OLE color: 13334889.

HSL color Cylindrical-coordinate representation of color #6979CB: hue angle of 230.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6979CB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 121 203 -
CMYK 0.48 0.40 0 0.20
HSL 230.2º 0.49% 0.6% -
HSV(B) 230.2º 0.48% 0.8% -
XYZ 23.44 20.99 59.32 -
YUV 125.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 105 121 203 0.48 0.40 0 0.20 230.2 0.49 0.6
Hex 69 79 CB 30 28 0 14 E6 31 3C
Octal 151 171 313 60 50 0 24 346 61 74
Binary 1101001 1111001 11001011 110000 101000 0 10100 11100110 110001 111100

Color Harmonies of #6979CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6979CB

Black with #6979CB

Text Example


Text Example

White with #6979CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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