Html Css Color HEX #6D7BBE Chetwode Blue

📋 copy color: '#6D7BBE'

red 109 ◦ green 123 ◦ blue 190

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

Shades of Chetwode Blue #6D7BBE

Tints of Chetwode Blue #6D7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 25.83%
G = 29.15%
B = 45.02%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D7BBE (or 0x6D7BBE) is known color: Chetwode Blue. HEX triplet: 6D, 7B and BE. RGB value is (109,123,190). Sum of RGB (Red+Green+Blue) = 109+123+190=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7BBE is #928441. Grayscale: #7E7E7E. Windows color (decimal): -9602114 or 12483437. OLE color: 12483437.

HSL color Cylindrical-coordinate representation of color #6D7BBE: hue angle of 229.63º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D7BBE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 123 190 -
CMYK 0.43 0.35 0 0.25
HSL 229.63º 0.38% 0.59% -
HSV(B) 229.63º 0.43% 0.75% -
XYZ 22.68 21.13 51.6 -
YUV 126.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 109 123 190 0.43 0.35 0 0.25 229.63 0.38 0.59
Hex 6D 7B BE 2B 23 0 19 E6 26 3B
Octal 155 173 276 53 43 0 31 346 46 73
Binary 1101101 1111011 10111110 101011 100011 0 11001 11100110 100110 111011

Color Harmonies of #6D7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7BBE

Black with #6D7BBE

Text Example


Text Example

White with #6D7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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