Html Css Color HEX #6869BD Chetwode Blue

📋 copy color: '#6869BD'

red 104 ◦ green 105 ◦ blue 189

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

Shades of Chetwode Blue #6869BD

Tints of Chetwode Blue #6869BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 26.13%
G = 26.38%
B = 47.49%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6869BD (or 0x6869BD) is known color: Chetwode Blue. HEX triplet: 68, 69 and BD. RGB value is (104,105,189). Sum of RGB (Red+Green+Blue) = 104+105+189=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #6869BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6869BD is #979642. Grayscale: #717171. Windows color (decimal): -9934403 or 12413288. OLE color: 12413288.

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

Color convert

RGB 104 105 189 -
CMYK 0.45 0.44 0 0.26
HSL 239.29º 0.39% 0.57% -
HSV(B) 239.29º 0.45% 0.74% -
XYZ 19.95 16.72 50.32 -
YUV 114.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 104 105 189 0.45 0.44 0 0.26 239.29 0.39 0.57
Hex 68 69 BD 2D 2C 0 1A EF 27 39
Octal 150 151 275 55 54 0 32 357 47 71
Binary 1101000 1101001 10111101 101101 101100 0 11010 11101111 100111 111001

Color Harmonies of #6869BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6869BD

Black with #6869BD

Text Example


Text Example

White with #6869BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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