#6A78BC

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

Shades of Chetwode Blue #6A78BC

Tints of Chetwode Blue #6A78BC

Color information

#6A78BC (or 0x6A78BC) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 78 and BC. RGB value is (106,120,188). Sum of RGB (Red+Green+Blue) = 106+120+188=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A78BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A78BC is #958743. Grayscale: #7B7B7B. Windows color (decimal): -9799492 or 12351594. OLE color: 12351594.

HSL color Cylindrical-coordinate representation of color #6A78BC: 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.44%. Process color model (Four color, CMYK) of #6A78BC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB106120188-
CMYK0.440.3600.26
HSL229.76º37.96%57.65%-
HSV(B)229.76º43.62%73.73%-
XYZ21.7420.1350.32-
YUV123.57164.36115.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.60%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=25.60%
G=28.99%
B=45.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061201880.440.3600.26229.7637.9657.65
Hex6A78BC2C2401Ae6263a
Octal15217027454440323464672
Binary110101011110001011110010110010010001101011100110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A78BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,120,188); }

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

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

 a { background-color: rgb(106,120,188); }

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

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

 span { border-color: rgb(106,120,188); }

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