Html Css Color HEX #6D79B5 Chetwode Blue

📋 copy color: '#6D79B5'

red 109 ◦ green 121 ◦ blue 181

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

Shades of Chetwode Blue #6D79B5

Tints of Chetwode Blue #6D79B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.04%

R = 26.52%
G = 29.44%
B = 44.04%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D79B5 (or 0x6D79B5) is known color: Chetwode Blue. HEX triplet: 6D, 79 and B5. RGB value is (109,121,181). Sum of RGB (Red+Green+Blue) = 109+121+181=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D79B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D79B5 is #92864A. Grayscale: #7C7C7C. Windows color (decimal): -9602635 or 11893101. OLE color: 11893101.

HSL color Cylindrical-coordinate representation of color #6D79B5: hue angle of 230º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D79B5 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 121 181 -
CMYK 0.40 0.33 0 0.29
HSL 230º 0.33% 0.57% -
HSV(B) 230º 0.4% 0.71% -
XYZ 21.48 20.26 46.49 -
YUV 124.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 109 121 181 0.40 0.33 0 0.29 230 0.33 0.57
Hex 6D 79 B5 28 21 0 1D E6 21 39
Octal 155 171 265 50 41 0 35 346 41 71
Binary 1101101 1111001 10110101 101000 100001 0 11101 11100110 100001 111001

Color Harmonies of #6D79B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D79B5

Black with #6D79B5

Text Example


Text Example

White with #6D79B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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