Html Css Color HEX #6E7BBC Chetwode Blue

📋 copy color: '#6E7BBC'

red 110 ◦ green 123 ◦ blue 188

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

Shades of Chetwode Blue #6E7BBC

Tints of Chetwode Blue #6E7BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 26.13%
G = 29.22%
B = 44.66%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E7BBC (or 0x6E7BBC) is known color: Chetwode Blue. HEX triplet: 6E, 7B and BC. RGB value is (110,123,188). Sum of RGB (Red+Green+Blue) = 110+123+188=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E7BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BBC is #918443. Grayscale: #7E7E7E. Windows color (decimal): -9536580 or 12352366. OLE color: 12352366.

HSL color Cylindrical-coordinate representation of color #6E7BBC: hue angle of 230º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E7BBC is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 123 188 -
CMYK 0.41 0.35 0 0.26
HSL 230º 0.37% 0.58% -
HSV(B) 230º 0.41% 0.74% -
XYZ 22.59 21.11 50.46 -
YUV 126.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 110 123 188 0.41 0.35 0 0.26 230 0.37 0.58
Hex 6E 7B BC 29 23 0 1A E6 25 3A
Octal 156 173 274 51 43 0 32 346 45 72
Binary 1101110 1111011 10111100 101001 100011 0 11010 11100110 100101 111010

Color Harmonies of #6E7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BBC

Black with #6E7BBC

Text Example


Text Example

White with #6E7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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