Html Css Color HEX #6D79BA Chetwode Blue

📋 copy color: '#6D79BA'

red 109 ◦ green 121 ◦ blue 186

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

Shades of Chetwode Blue #6D79BA

Tints of Chetwode Blue #6D79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

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

R = 26.2%
G = 29.09%
B = 44.71%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D79BA (or 0x6D79BA) is known color: Chetwode Blue. HEX triplet: 6D, 79 and BA. RGB value is (109,121,186). Sum of RGB (Red+Green+Blue) = 109+121+186=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D79BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D79BA is #928645. Grayscale: #7C7C7C. Windows color (decimal): -9602630 or 12220781. OLE color: 12220781.

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

Color convert

RGB 109 121 186 -
CMYK 0.41 0.35 0 0.27
HSL 230.65º 0.36% 0.58% -
HSV(B) 230.65º 0.41% 0.73% -
XYZ 22.01 20.47 49.25 -
YUV 124.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 109 121 186 0.41 0.35 0 0.27 230.65 0.36 0.58
Hex 6D 79 BA 29 23 0 1B E7 24 3A
Octal 155 171 272 51 43 0 33 347 44 72
Binary 1101101 1111001 10111010 101001 100011 0 11011 11100111 100100 111010

Color Harmonies of #6D79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D79BA

Black with #6D79BA

Text Example


Text Example

White with #6D79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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