Html Css Color HEX #6869BB Chetwode Blue

📋 copy color: '#6869BB'

red 104 ◦ green 105 ◦ blue 187

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

Shades of Chetwode Blue #6869BB

Tints of Chetwode Blue #6869BB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

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

R = 26.26%
G = 26.52%
B = 47.22%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6869BB (or 0x6869BB) is known color: Chetwode Blue. HEX triplet: 68, 69 and BB. RGB value is (104,105,187). Sum of RGB (Red+Green+Blue) = 104+105+187=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #6869BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869BB is #979644. Grayscale: #717171. Windows color (decimal): -9934405 or 12282216. OLE color: 12282216.

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

Color convert

RGB 104 105 187 -
CMYK 0.44 0.44 0 0.27
HSL 239.28º 0.38% 0.57% -
HSV(B) 239.28º 0.44% 0.73% -
XYZ 19.73 16.63 49.18 -
YUV 114.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 104 105 187 0.44 0.44 0 0.27 239.28 0.38 0.57
Hex 68 69 BB 2C 2C 0 1B EF 26 39
Octal 150 151 273 54 54 0 33 357 46 71
Binary 1101000 1101001 10111011 101100 101100 0 11011 11101111 100110 111001

Color Harmonies of #6869BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6869BB

Black with #6869BB

Text Example


Text Example

White with #6869BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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