#6B78BA

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

Shades of Chetwode Blue #6B78BA

Tints of Chetwode Blue #6B78BA

Color information

#6B78BA (or 0x6B78BA) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 78 and BA. RGB value is (107,120,186). Sum of RGB (Red+Green+Blue) = 107+120+186=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B78BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B78BA is #948745. Grayscale: #7B7B7B. Windows color (decimal): -9733958 or 12220523. OLE color: 12220523.

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

Color convert

RGB107120186-
CMYK0.420.3500.27
HSL230.13º36.41%57.45%-
HSV(B)230.13º42.47%72.94%-
XYZ21.6420.149.19-
YUV123.64163.19116.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.91%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=25.91%
G=29.06%
B=45.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071201860.420.3500.27230.1336.4157.45
Hex6B78BA2A2301Be62439
Octal15317027252430333464471
Binary110101111110001011101010101010001101101111100110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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