Html Css Color HEX #6870BB Chetwode Blue

📋 copy color: '#6870BB'

red 104 ◦ green 112 ◦ blue 187

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

Shades of Chetwode Blue #6870BB

Tints of Chetwode Blue #6870BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 25.81%
G = 27.79%
B = 46.4%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6870BB (or 0x6870BB) is known color: Chetwode Blue. HEX triplet: 68, 70 and BB. RGB value is (104,112,187). Sum of RGB (Red+Green+Blue) = 104+112+187=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #6870BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6870BB is #978F44. Grayscale: #757575. Windows color (decimal): -9932613 or 12284008. OLE color: 12284008.

HSL color Cylindrical-coordinate representation of color #6870BB: hue angle of 234.22º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6870BB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 112 187 -
CMYK 0.44 0.40 0 0.27
HSL 234.22º 0.38% 0.57% -
HSV(B) 234.22º 0.44% 0.73% -
XYZ 20.47 18.12 49.43 -
YUV 118.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 104 112 187 0.44 0.40 0 0.27 234.22 0.38 0.57
Hex 68 70 BB 2C 28 0 1B EA 26 39
Octal 150 160 273 54 50 0 33 352 46 71
Binary 1101000 1110000 10111011 101100 101000 0 11011 11101010 100110 111001

Color Harmonies of #6870BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6870BB

Black with #6870BB

Text Example


Text Example

White with #6870BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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