Html Css Color HEX #6875A4 Chetwode Blue

📋 copy color: '#6875A4'

red 104 ◦ green 117 ◦ blue 164

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

Shades of Chetwode Blue #6875A4

Tints of Chetwode Blue #6875A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.6%

R = 27.01%
G = 30.39%
B = 42.6%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6875A4 (or 0x6875A4) is known color: Chetwode Blue. HEX triplet: 68, 75 and A4. RGB value is (104,117,164). Sum of RGB (Red+Green+Blue) = 104+117+164=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #6875A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6875A4 is #978A5B. Grayscale: #767676. Windows color (decimal): -9931356 or 10777960. OLE color: 10777960.

HSL color Cylindrical-coordinate representation of color #6875A4: hue angle of 227º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6875A4 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 117 164 -
CMYK 0.37 0.29 0 0.36
HSL 227º 0.25% 0.53% -
HSV(B) 227º 0.37% 0.64% -
XYZ 18.77 18.35 37.67 -
YUV 118.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 104 117 164 0.37 0.29 0 0.36 227 0.25 0.53
Hex 68 75 A4 25 1D 0 24 E3 19 35
Octal 150 165 244 45 35 0 44 343 31 65
Binary 1101000 1110101 10100100 100101 11101 0 100100 11100011 11001 110101

Color Harmonies of #6875A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6875A4

Black with #6875A4

Text Example


Text Example

White with #6875A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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