Html Css Color HEX #6D7BBA Chetwode Blue

📋 copy color: '#6D7BBA'

red 109 ◦ green 123 ◦ blue 186

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

Shades of Chetwode Blue #6D7BBA

Tints of Chetwode Blue #6D7BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 26.08%
G = 29.43%
B = 44.5%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D7BBA (or 0x6D7BBA) is known color: Chetwode Blue. HEX triplet: 6D, 7B and BA. RGB value is (109,123,186). Sum of RGB (Red+Green+Blue) = 109+123+186=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7BBA is #928445. Grayscale: #7D7D7D. Windows color (decimal): -9602118 or 12221293. OLE color: 12221293.

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

Color convert

RGB 109 123 186 -
CMYK 0.41 0.34 0 0.27
HSL 229.09º 0.36% 0.58% -
HSV(B) 229.09º 0.41% 0.73% -
XYZ 22.25 20.96 49.33 -
YUV 126 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 109 123 186 0.41 0.34 0 0.27 229.09 0.36 0.58
Hex 6D 7B BA 29 22 0 1B E5 24 3A
Octal 155 173 272 51 42 0 33 345 44 72
Binary 1101101 1111011 10111010 101001 100010 0 11011 11100101 100100 111010

Color Harmonies of #6D7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7BBA

Black with #6D7BBA

Text Example


Text Example

White with #6D7BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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