Html Css Color HEX #6870B0 Chetwode Blue

📋 copy color: '#6870B0'

red 104 ◦ green 112 ◦ blue 176

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

Shades of Chetwode Blue #6870B0

Tints of Chetwode Blue #6870B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 26.53%
G = 28.57%
B = 44.9%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6870B0 (or 0x6870B0) is known color: Chetwode Blue. HEX triplet: 68, 70 and B0. RGB value is (104,112,176). Sum of RGB (Red+Green+Blue) = 104+112+176=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 176 - color contains mainly: blue. Hex color #6870B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6870B0 is #978F4F. Grayscale: #747474. Windows color (decimal): -9932624 or 11563112. OLE color: 11563112.

HSL color Cylindrical-coordinate representation of color #6870B0: hue angle of 233.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6870B0 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 112 176 -
CMYK 0.41 0.36 0 0.31
HSL 233.33º 0.31% 0.55% -
HSV(B) 233.33º 0.41% 0.69% -
XYZ 19.34 17.67 43.46 -
YUV 116.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 104 112 176 0.41 0.36 0 0.31 233.33 0.31 0.55
Hex 68 70 B0 29 24 0 1F E9 1F 37
Octal 150 160 260 51 44 0 37 351 37 67
Binary 1101000 1110000 10110000 101001 100100 0 11111 11101001 11111 110111

Color Harmonies of #6870B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6870B0

Black with #6870B0

Text Example


Text Example

White with #6870B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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