Html Css Color HEX #6875C0 Chetwode Blue

📋 copy color: '#6875C0'

red 104 ◦ green 117 ◦ blue 192

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

Shades of Chetwode Blue #6875C0

Tints of Chetwode Blue #6875C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.33%

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 25.18%
G = 28.33%
B = 46.49%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6875C0 (or 0x6875C0) is known color: Chetwode Blue. HEX triplet: 68, 75 and C0. RGB value is (104,117,192). Sum of RGB (Red+Green+Blue) = 104+117+192=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #6875C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875C0 is #978A3F. Grayscale: #797979. Windows color (decimal): -9931328 or 12612968. OLE color: 12612968.

HSL color Cylindrical-coordinate representation of color #6875C0: hue angle of 231.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6875C0 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 117 192 -
CMYK 0.46 0.39 0 0.25
HSL 231.14º 0.41% 0.58% -
HSV(B) 231.14º 0.46% 0.75% -
XYZ 21.58 19.47 52.49 -
YUV 121.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 104 117 192 0.46 0.39 0 0.25 231.14 0.41 0.58
Hex 68 75 C0 2E 27 0 19 E7 29 3A
Octal 150 165 300 56 47 0 31 347 51 72
Binary 1101000 1110101 11000000 101110 100111 0 11001 11100111 101001 111010

Color Harmonies of #6875C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6875C0

Black with #6875C0

Text Example


Text Example

White with #6875C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6875C0; }

 p { color: rgb(104,117,192); }

 H1.HeaderClassName
 {
   color: #6875C0;
 }
 .AnyTagClassName
 {
   color: #6875C0;
 }
</style>

background-color css

<style>
 a { background-color: #6875C0; }

 a { background-color: rgb(104,117,192); }

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

border-color css

<style>
 span { border-color: #6875C0; }

 span { border-color: rgb(104,117,192); }

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