Html Css Color HEX #6875AA Chetwode Blue

📋 copy color: '#6875AA'

red 104 ◦ green 117 ◦ blue 170

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

Shades of Chetwode Blue #6875AA

Tints of Chetwode Blue #6875AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 26.6%
G = 29.92%
B = 43.48%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6875AA (or 0x6875AA) is known color: Chetwode Blue. HEX triplet: 68, 75 and AA. RGB value is (104,117,170). Sum of RGB (Red+Green+Blue) = 104+117+170=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #6875AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6875AA is #978A55. Grayscale: #767676. Windows color (decimal): -9931350 or 11171176. OLE color: 11171176.

HSL color Cylindrical-coordinate representation of color #6875AA: hue angle of 228.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6875AA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 117 170 -
CMYK 0.39 0.31 0 0.33
HSL 228.18º 0.28% 0.54% -
HSV(B) 228.18º 0.39% 0.67% -
XYZ 19.33 18.57 40.6 -
YUV 119.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 104 117 170 0.39 0.31 0 0.33 228.18 0.28 0.54
Hex 68 75 AA 27 1F 0 21 E4 1C 36
Octal 150 165 252 47 37 0 41 344 34 66
Binary 1101000 1110101 10101010 100111 11111 0 100001 11100100 11100 110110

Color Harmonies of #6875AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6875AA

Black with #6875AA

Text Example


Text Example

White with #6875AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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