Html Css Color HEX #6874AE Chetwode Blue

📋 copy color: '#6874AE'

red 104 ◦ green 116 ◦ blue 174

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

Shades of Chetwode Blue #6874AE

Tints of Chetwode Blue #6874AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

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

R = 26.4%
G = 29.44%
B = 44.16%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6874AE (or 0x6874AE) is known color: Chetwode Blue. HEX triplet: 68, 74 and AE. RGB value is (104,116,174). Sum of RGB (Red+Green+Blue) = 104+116+174=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #6874AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6874AE is #978B51. Grayscale: #767676. Windows color (decimal): -9931602 or 11433064. OLE color: 11433064.

HSL color Cylindrical-coordinate representation of color #6874AE: hue angle of 229.71º 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 #6874AE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 116 174 -
CMYK 0.40 0.33 0 0.32
HSL 229.71º 0.3% 0.55% -
HSV(B) 229.71º 0.4% 0.68% -
XYZ 19.59 18.49 42.58 -
YUV 119.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 104 116 174 0.40 0.33 0 0.32 229.71 0.3 0.55
Hex 68 74 AE 28 21 0 20 E6 1E 37
Octal 150 164 256 50 41 0 40 346 36 67
Binary 1101000 1110100 10101110 101000 100001 0 100000 11100110 11110 110111

Color Harmonies of #6874AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6874AE

Black with #6874AE

Text Example


Text Example

White with #6874AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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