Html Css Color HEX #6875BB Chetwode Blue

📋 copy color: '#6875BB'

red 104 ◦ green 117 ◦ blue 187

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

Shades of Chetwode Blue #6875BB

Tints of Chetwode Blue #6875BB

RGB

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

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

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

R = 25.49%
G = 28.68%
B = 45.83%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6875BB (or 0x6875BB) is known color: Chetwode Blue. HEX triplet: 68, 75 and BB. RGB value is (104,117,187). Sum of RGB (Red+Green+Blue) = 104+117+187=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #6875BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875BB is #978A44. Grayscale: #787878. Windows color (decimal): -9931333 or 12285288. OLE color: 12285288.

HSL color Cylindrical-coordinate representation of color #6875BB: hue angle of 230.6º 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 #6875BB is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 117 187 -
CMYK 0.44 0.37 0 0.27
HSL 230.6º 0.38% 0.57% -
HSV(B) 230.6º 0.44% 0.73% -
XYZ 21.04 19.25 49.62 -
YUV 121.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 104 117 187 0.44 0.37 0 0.27 230.6 0.38 0.57
Hex 68 75 BB 2C 25 0 1B E7 26 39
Octal 150 165 273 54 45 0 33 347 46 71
Binary 1101000 1110101 10111011 101100 100101 0 11011 11100111 100110 111001

Color Harmonies of #6875BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6875BB

Black with #6875BB

Text Example


Text Example

White with #6875BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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