Html Css Color HEX #6D7BBB Chetwode Blue

📋 copy color: '#6D7BBB'

red 109 ◦ green 123 ◦ blue 187

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

Shades of Chetwode Blue #6D7BBB

Tints of Chetwode Blue #6D7BBB

RGB

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

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

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

R = 26.01%
G = 29.36%
B = 44.63%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D7BBB (or 0x6D7BBB) is known color: Chetwode Blue. HEX triplet: 6D, 7B and BB. RGB value is (109,123,187). Sum of RGB (Red+Green+Blue) = 109+123+187=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D7BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7BBB is #928444. Grayscale: #7D7D7D. Windows color (decimal): -9602117 or 12286829. OLE color: 12286829.

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

Color convert

RGB 109 123 187 -
CMYK 0.42 0.34 0 0.27
HSL 229.23º 0.36% 0.58% -
HSV(B) 229.23º 0.42% 0.73% -
XYZ 22.36 21 49.89 -
YUV 126.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 109 123 187 0.42 0.34 0 0.27 229.23 0.36 0.58
Hex 6D 7B BB 2A 22 0 1B E5 24 3A
Octal 155 173 273 52 42 0 33 345 44 72
Binary 1101101 1111011 10111011 101010 100010 0 11011 11100101 100100 111010

Color Harmonies of #6D7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7BBB

Black with #6D7BBB

Text Example


Text Example

White with #6D7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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