Html Css Color HEX #6867BE Chetwode Blue

📋 copy color: '#6867BE'

red 104 ◦ green 103 ◦ blue 190

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

Shades of Chetwode Blue #6867BE

Tints of Chetwode Blue #6867BE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 26.2%
G = 25.94%
B = 47.86%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6867BE (or 0x6867BE) is known color: Chetwode Blue. HEX triplet: 68, 67 and BE. RGB value is (104,103,190). Sum of RGB (Red+Green+Blue) = 104+103+190=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #6867BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867BE is #979841. Grayscale: #707070. Windows color (decimal): -9934914 or 12478312. OLE color: 12478312.

HSL color Cylindrical-coordinate representation of color #6867BE: hue angle of 240.69º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6867BE is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 103 190 -
CMYK 0.45 0.46 0 0.25
HSL 240.69º 0.4% 0.57% -
HSV(B) 240.69º 0.46% 0.75% -
XYZ 19.85 16.36 50.83 -
YUV 113.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 104 103 190 0.45 0.46 0 0.25 240.69 0.4 0.57
Hex 68 67 BE 2D 2E 0 19 F1 28 39
Octal 150 147 276 55 56 0 31 361 50 71
Binary 1101000 1100111 10111110 101101 101110 0 11001 11110001 101000 111001

Color Harmonies of #6867BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6867BE

Black with #6867BE

Text Example


Text Example

White with #6867BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6867BE; }

 p { color: rgb(104,103,190); }

 H1.HeaderClassName
 {
   color: #6867BE;
 }
 .AnyTagClassName
 {
   color: #6867BE;
 }
</style>

background-color css

<style>
 a { background-color: #6867BE; }

 a { background-color: rgb(104,103,190); }

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

border-color css

<style>
 span { border-color: #6867BE; }

 span { border-color: rgb(104,103,190); }

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