Html Css Color HEX #6E7BBA Chetwode Blue

📋 copy color: '#6E7BBA'

red 110 ◦ green 123 ◦ blue 186

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

Shades of Chetwode Blue #6E7BBA

Tints of Chetwode Blue #6E7BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.36%

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

R = 26.25%
G = 29.36%
B = 44.39%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E7BBA (or 0x6E7BBA) is known color: Chetwode Blue. HEX triplet: 6E, 7B and BA. RGB value is (110,123,186). Sum of RGB (Red+Green+Blue) = 110+123+186=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BBA is #918445. Grayscale: #7E7E7E. Windows color (decimal): -9536582 or 12221294. OLE color: 12221294.

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

Color convert

RGB 110 123 186 -
CMYK 0.41 0.34 0 0.27
HSL 229.74º 0.36% 0.58% -
HSV(B) 229.74º 0.41% 0.73% -
XYZ 22.38 21.03 49.33 -
YUV 126.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 110 123 186 0.41 0.34 0 0.27 229.74 0.36 0.58
Hex 6E 7B BA 29 22 0 1B E6 24 3A
Octal 156 173 272 51 42 0 33 346 44 72
Binary 1101110 1111011 10111010 101001 100010 0 11011 11100110 100100 111010

Color Harmonies of #6E7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BBA

Black with #6E7BBA

Text Example


Text Example

White with #6E7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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