#6D78B4

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

Shades of Chetwode Blue #6D78B4

Tints of Chetwode Blue #6D78B4

Color information

#6D78B4 (or 0x6D78B4) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 78 and B4. RGB value is (109,120,180). Sum of RGB (Red+Green+Blue) = 109+120+180=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D78B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D78B4 is #92874B. Grayscale: #7B7B7B. Windows color (decimal): -9602892 or 11827309. OLE color: 11827309.

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

Color convert

RGB109120180-
CMYK0.390.3300.29
HSL230.7º32.13%56.67%-
HSV(B)230.7º39.44%70.59%-
XYZ21.2619.9845.92-
YUV123.55159.86117.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.65%
GREEN value IS 120 (47.27% from 255) = 29.34%
BLUE value IS 180 (70.70% from 255) = 44.01%
R=26.65%
G=29.34%
B=44.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1091201800.390.3300.29230.732.1356.67
Hex6D78B4272101De72039
Octal15517026447410353474071
Binary110110111110001011010010011110000101110111100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D78B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,180); }

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

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

 a { background-color: rgb(109,120,180); }

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

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

 span { border-color: rgb(109,120,180); }

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