Html Css Color HEX #6870AE Chetwode Blue

📋 copy color: '#6870AE'

red 104 ◦ green 112 ◦ blue 174

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

Shades of Chetwode Blue #6870AE

Tints of Chetwode Blue #6870AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 26.67%
G = 28.72%
B = 44.62%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6870AE (or 0x6870AE) is known color: Chetwode Blue. HEX triplet: 68, 70 and AE. RGB value is (104,112,174). Sum of RGB (Red+Green+Blue) = 104+112+174=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #6870AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6870AE is #978F51. Grayscale: #747474. Windows color (decimal): -9932626 or 11432040. OLE color: 11432040.

HSL color Cylindrical-coordinate representation of color #6870AE: hue angle of 233.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6870AE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 112 174 -
CMYK 0.40 0.36 0 0.32
HSL 233.14º 0.3% 0.55% -
HSV(B) 233.14º 0.4% 0.68% -
XYZ 19.14 17.59 42.43 -
YUV 116.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 104 112 174 0.40 0.36 0 0.32 233.14 0.3 0.55
Hex 68 70 AE 28 24 0 20 E9 1E 37
Octal 150 160 256 50 44 0 40 351 36 67
Binary 1101000 1110000 10101110 101000 100100 0 100000 11101001 11110 110111

Color Harmonies of #6870AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6870AE

Black with #6870AE

Text Example


Text Example

White with #6870AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6870AE; }

 p { color: rgb(104,112,174); }

 H1.HeaderClassName
 {
   color: #6870AE;
 }
 .AnyTagClassName
 {
   color: #6870AE;
 }
</style>

background-color css

<style>
 a { background-color: #6870AE; }

 a { background-color: rgb(104,112,174); }

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

border-color css

<style>
 span { border-color: #6870AE; }

 span { border-color: rgb(104,112,174); }

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