Html Css Color HEX #6E69BA Chetwode Blue

📋 copy color: '#6E69BA'

red 110 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #6E69BA

Tints of Chetwode Blue #6E69BA

RGB

 RED value IS 110 (43.36% from 255) = 27.43%

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 27.43%
G = 26.18%
B = 46.38%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E69BA (or 0x6E69BA) is known color: Chetwode Blue. HEX triplet: 6E, 69 and BA. RGB value is (110,105,186). Sum of RGB (Red+Green+Blue) = 110+105+186=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E69BA is #919645. Grayscale: #737373. Windows color (decimal): -9541190 or 12216686. OLE color: 12216686.

HSL color Cylindrical-coordinate representation of color #6E69BA: hue angle of 243.7º degrees, saturation: 0.37, 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 #6E69BA is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 105 186 -
CMYK 0.41 0.44 0 0.27
HSL 243.7º 0.37% 0.57% -
HSV(B) 243.7º 0.44% 0.73% -
XYZ 20.34 16.96 48.66 -
YUV 115.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 110 105 186 0.41 0.44 0 0.27 243.7 0.37 0.57
Hex 6E 69 BA 29 2C 0 1B F4 25 39
Octal 156 151 272 51 54 0 33 364 45 71
Binary 1101110 1101001 10111010 101001 101100 0 11011 11110100 100101 111001

Color Harmonies of #6E69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E69BA

Black with #6E69BA

Text Example


Text Example

White with #6E69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E69BA; }

 p { color: rgb(110,105,186); }

 H1.HeaderClassName
 {
   color: #6E69BA;
 }
 .AnyTagClassName
 {
   color: #6E69BA;
 }
</style>

background-color css

<style>
 a { background-color: #6E69BA; }

 a { background-color: rgb(110,105,186); }

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

border-color css

<style>
 span { border-color: #6E69BA; }

 span { border-color: rgb(110,105,186); }

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