Html Css Color HEX #6D77BB Chetwode Blue

📋 copy color: '#6D77BB'

red 109 ◦ green 119 ◦ blue 187

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

Shades of Chetwode Blue #6D77BB

Tints of Chetwode Blue #6D77BB

RGB

 RED value IS 109 (42.97% from 255) = 26.27%

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 26.27%
G = 28.67%
B = 45.06%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D77BB (or 0x6D77BB) is known color: Chetwode Blue. HEX triplet: 6D, 77 and BB. RGB value is (109,119,187). Sum of RGB (Red+Green+Blue) = 109+119+187=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D77BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D77BB is #928844. Grayscale: #7B7B7B. Windows color (decimal): -9603141 or 12285805. OLE color: 12285805.

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

Color convert

RGB 109 119 187 -
CMYK 0.42 0.36 0 0.27
HSL 232.31º 0.36% 0.58% -
HSV(B) 232.31º 0.42% 0.73% -
XYZ 21.87 20.03 49.73 -
YUV 123.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 109 119 187 0.42 0.36 0 0.27 232.31 0.36 0.58
Hex 6D 77 BB 2A 24 0 1B E8 24 3A
Octal 155 167 273 52 44 0 33 350 44 72
Binary 1101101 1110111 10111011 101010 100100 0 11011 11101000 100100 111010

Color Harmonies of #6D77BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D77BB

Black with #6D77BB

Text Example


Text Example

White with #6D77BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,119,187); }

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

background-color css

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

 a { background-color: rgb(109,119,187); }

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

border-color css

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

 span { border-color: rgb(109,119,187); }

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