Html Css Color HEX #6874BB Chetwode Blue

📋 copy color: '#6874BB'

red 104 ◦ green 116 ◦ blue 187

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

Shades of Chetwode Blue #6874BB

Tints of Chetwode Blue #6874BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

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

R = 25.55%
G = 28.5%
B = 45.95%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6874BB (or 0x6874BB) is known color: Chetwode Blue. HEX triplet: 68, 74 and BB. RGB value is (104,116,187). Sum of RGB (Red+Green+Blue) = 104+116+187=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #6874BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6874BB is #978B44. Grayscale: #787878. Windows color (decimal): -9931589 or 12285032. OLE color: 12285032.

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

Color convert

RGB 104 116 187 -
CMYK 0.44 0.38 0 0.27
HSL 231.33º 0.38% 0.57% -
HSV(B) 231.33º 0.44% 0.73% -
XYZ 20.92 19.02 49.58 -
YUV 120.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 104 116 187 0.44 0.38 0 0.27 231.33 0.38 0.57
Hex 68 74 BB 2C 26 0 1B E7 26 39
Octal 150 164 273 54 46 0 33 347 46 71
Binary 1101000 1110100 10111011 101100 100110 0 11011 11100111 100110 111001

Color Harmonies of #6874BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6874BB

Black with #6874BB

Text Example


Text Example

White with #6874BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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