Html Css Color HEX #6E69BF Chetwode Blue

📋 copy color: '#6E69BF'

red 110 ◦ green 105 ◦ blue 191

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

Shades of Chetwode Blue #6E69BF

Tints of Chetwode Blue #6E69BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 27.09%
G = 25.86%
B = 47.04%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E69BF (or 0x6E69BF) is known color: Chetwode Blue. HEX triplet: 6E, 69 and BF. RGB value is (110,105,191). Sum of RGB (Red+Green+Blue) = 110+105+191=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E69BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E69BF is #919640. Grayscale: #737373. Windows color (decimal): -9541185 or 12544366. OLE color: 12544366.

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

Color convert

RGB 110 105 191 -
CMYK 0.42 0.45 0 0.25
HSL 243.49º 0.4% 0.58% -
HSV(B) 243.49º 0.45% 0.75% -
XYZ 20.89 17.18 51.51 -
YUV 116.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 110 105 191 0.42 0.45 0 0.25 243.49 0.4 0.58
Hex 6E 69 BF 2A 2D 0 19 F3 28 3A
Octal 156 151 277 52 55 0 31 363 50 72
Binary 1101110 1101001 10111111 101010 101101 0 11001 11110011 101000 111010

Color Harmonies of #6E69BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E69BF

Black with #6E69BF

Text Example


Text Example

White with #6E69BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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