Html Css Color HEX #6867BC Chetwode Blue

📋 copy color: '#6867BC'

red 104 ◦ green 103 ◦ blue 188

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

Shades of Chetwode Blue #6867BC

Tints of Chetwode Blue #6867BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 26.33%
G = 26.08%
B = 47.59%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6867BC (or 0x6867BC) is known color: Chetwode Blue. HEX triplet: 68, 67 and BC. RGB value is (104,103,188). Sum of RGB (Red+Green+Blue) = 104+103+188=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #6867BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867BC is #979843. Grayscale: #707070. Windows color (decimal): -9934916 or 12347240. OLE color: 12347240.

HSL color Cylindrical-coordinate representation of color #6867BC: hue angle of 240.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6867BC is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 103 188 -
CMYK 0.45 0.45 0 0.26
HSL 240.71º 0.39% 0.57% -
HSV(B) 240.71º 0.45% 0.74% -
XYZ 19.64 16.27 49.68 -
YUV 112.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 104 103 188 0.45 0.45 0 0.26 240.71 0.39 0.57
Hex 68 67 BC 2D 2D 0 1A F1 27 39
Octal 150 147 274 55 55 0 32 361 47 71
Binary 1101000 1100111 10111100 101101 101101 0 11010 11110001 100111 111001

Color Harmonies of #6867BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6867BC

Black with #6867BC

Text Example


Text Example

White with #6867BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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