Html Css Color HEX #6879CB Chetwode Blue

📋 copy color: '#6879CB'

red 104 ◦ green 121 ◦ blue 203

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

Shades of Chetwode Blue #6879CB

Tints of Chetwode Blue #6879CB

RGB

 RED value IS 104 (41.02% from 255) = 24.3%

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

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

R = 24.3%
G = 28.27%
B = 47.43%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6879CB (or 0x6879CB) is known color: Chetwode Blue. HEX triplet: 68, 79 and CB. RGB value is (104,121,203). Sum of RGB (Red+Green+Blue) = 104+121+203=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #6879CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6879CB is #978634. Grayscale: #7C7C7C. Windows color (decimal): -9930293 or 13334888. OLE color: 13334888.

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

Color convert

RGB 104 121 203 -
CMYK 0.49 0.40 0 0.20
HSL 229.7º 0.49% 0.6% -
HSV(B) 229.7º 0.49% 0.8% -
XYZ 23.33 20.93 59.31 -
YUV 125.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 104 121 203 0.49 0.40 0 0.20 229.7 0.49 0.6
Hex 68 79 CB 31 28 0 14 E6 31 3C
Octal 150 171 313 61 50 0 24 346 61 74
Binary 1101000 1111001 11001011 110001 101000 0 10100 11100110 110001 111100

Color Harmonies of #6879CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6879CB

Black with #6879CB

Text Example


Text Example

White with #6879CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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