Html Css Color HEX #6E7CBA Chetwode Blue

📋 copy color: '#6E7CBA'

red 110 ◦ green 124 ◦ blue 186

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

Shades of Chetwode Blue #6E7CBA

Tints of Chetwode Blue #6E7CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

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

R = 26.19%
G = 29.52%
B = 44.29%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E7CBA (or 0x6E7CBA) is known color: Chetwode Blue. HEX triplet: 6E, 7C and BA. RGB value is (110,124,186). Sum of RGB (Red+Green+Blue) = 110+124+186=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E7CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7CBA is #918345. Grayscale: #7E7E7E. Windows color (decimal): -9536326 or 12221550. OLE color: 12221550.

HSL color Cylindrical-coordinate representation of color #6E7CBA: hue angle of 228.95º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E7CBA is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 124 186 -
CMYK 0.41 0.33 0 0.27
HSL 228.95º 0.36% 0.58% -
HSV(B) 228.95º 0.41% 0.73% -
XYZ 22.5 21.28 49.38 -
YUV 126.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 110 124 186 0.41 0.33 0 0.27 228.95 0.36 0.58
Hex 6E 7C BA 29 21 0 1B E5 24 3A
Octal 156 174 272 51 41 0 33 345 44 72
Binary 1101110 1111100 10111010 101001 100001 0 11011 11100101 100100 111010

Color Harmonies of #6E7CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7CBA

Black with #6E7CBA

Text Example


Text Example

White with #6E7CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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