#6B79BD

Color #6B79BD Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6B79BD

Tints of Chetwode Blue #6B79BD

Color information

#6B79BD (or 0x6B79BD) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 79 and BD. RGB value is (107,121,189). Sum of RGB (Red+Green+Blue) = 107+121+189=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B79BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B79BD is #948642. Grayscale: #7C7C7C. Windows color (decimal): -9733699 or 12417387. OLE color: 12417387.

HSL color Cylindrical-coordinate representation of color #6B79BD: hue angle of 229.76º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B79BD is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB107121189-
CMYK0.430.3600.26
HSL229.76º38.32%58.04%-
HSV(B)229.76º43.39%74.12%-
XYZ22.0920.4750.93-
YUV124.57164.36115.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=25.66%
G=29.02%
B=45.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071211890.430.3600.26229.7638.3258.04
Hex6B79BD2B2401Ae6263a
Octal15317127553440323464672
Binary110101111110011011110110101110010001101011100110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B79BD;
 }
 .AnyTagClassName
 {
   color: #6B79BD;
 }
</style>
background-color css

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

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

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

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

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

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