Html Css Color HEX #6870C0 Chetwode Blue

📋 copy color: '#6870C0'

red 104 ◦ green 112 ◦ blue 192

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

Shades of Chetwode Blue #6870C0

Tints of Chetwode Blue #6870C0

RGB

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

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

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

R = 25.49%
G = 27.45%
B = 47.06%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6870C0 (or 0x6870C0) is known color: Chetwode Blue. HEX triplet: 68, 70 and C0. RGB value is (104,112,192). Sum of RGB (Red+Green+Blue) = 104+112+192=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #6870C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6870C0 is #978F3F. Grayscale: #767676. Windows color (decimal): -9932608 or 12611688. OLE color: 12611688.

HSL color Cylindrical-coordinate representation of color #6870C0: hue angle of 234.55º 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 #6870C0 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 112 192 -
CMYK 0.46 0.42 0 0.25
HSL 234.55º 0.41% 0.58% -
HSV(B) 234.55º 0.46% 0.75% -
XYZ 21.02 18.34 52.3 -
YUV 118.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 104 112 192 0.46 0.42 0 0.25 234.55 0.41 0.58
Hex 68 70 C0 2E 2A 0 19 EB 29 3A
Octal 150 160 300 56 52 0 31 353 51 72
Binary 1101000 1110000 11000000 101110 101010 0 11001 11101011 101001 111010

Color Harmonies of #6870C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6870C0

Black with #6870C0

Text Example


Text Example

White with #6870C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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