Html Css Color HEX #6B79BA Chetwode Blue

📋 copy color: '#6B79BA'

red 107 ◦ green 121 ◦ blue 186

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

Shades of Chetwode Blue #6B79BA

Tints of Chetwode Blue #6B79BA

RGB

 RED value IS 107 (42.19% from 255) = 25.85%

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

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

R = 25.85%
G = 29.23%
B = 44.93%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B79BA (or 0x6B79BA) is known color: Chetwode Blue. HEX triplet: 6B, 79 and BA. RGB value is (107,121,186). Sum of RGB (Red+Green+Blue) = 107+121+186=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B79BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B79BA is #948645. Grayscale: #7B7B7B. Windows color (decimal): -9733702 or 12220779. OLE color: 12220779.

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

Color convert

RGB 107 121 186 -
CMYK 0.42 0.35 0 0.27
HSL 229.37º 0.36% 0.57% -
HSV(B) 229.37º 0.42% 0.73% -
XYZ 21.76 20.35 49.23 -
YUV 124.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 107 121 186 0.42 0.35 0 0.27 229.37 0.36 0.57
Hex 6B 79 BA 2A 23 0 1B E5 24 39
Octal 153 171 272 52 43 0 33 345 44 71
Binary 1101011 1111001 10111010 101010 100011 0 11011 11100101 100100 111001

Color Harmonies of #6B79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B79BA

Black with #6B79BA

Text Example


Text Example

White with #6B79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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