Html Css Color HEX #6E77BC Chetwode Blue

📋 copy color: '#6E77BC'

red 110 ◦ green 119 ◦ blue 188

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

Shades of Chetwode Blue #6E77BC

Tints of Chetwode Blue #6E77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.54%

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

R = 26.38%
G = 28.54%
B = 45.08%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E77BC (or 0x6E77BC) is known color: Chetwode Blue. HEX triplet: 6E, 77 and BC. RGB value is (110,119,188). Sum of RGB (Red+Green+Blue) = 110+119+188=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E77BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E77BC is #918843. Grayscale: #7B7B7B. Windows color (decimal): -9537604 or 12351342. OLE color: 12351342.

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

Color convert

RGB 110 119 188 -
CMYK 0.41 0.37 0 0.26
HSL 233.08º 0.37% 0.58% -
HSV(B) 233.08º 0.41% 0.74% -
XYZ 22.1 20.14 50.3 -
YUV 124.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 110 119 188 0.41 0.37 0 0.26 233.08 0.37 0.58
Hex 6E 77 BC 29 25 0 1A E9 25 3A
Octal 156 167 274 51 45 0 32 351 45 72
Binary 1101110 1110111 10111100 101001 100101 0 11010 11101001 100101 111010

Color Harmonies of #6E77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E77BC

Black with #6E77BC

Text Example


Text Example

White with #6E77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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