#679ACC

Color #679ACC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #679ACC

Tints of Picton Blue #679ACC

Color information

#679ACC (or 0x679ACC) is unknown color: approx Picton Blue. HEX triplet: 67, 9A and CC. RGB value is (103,154,204). Sum of RGB (Red+Green+Blue) = 103+154+204=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #679ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ACC is #986533. Grayscale: #909090. Windows color (decimal): -9987380 or 13408871. OLE color: 13408871.

HSL color Cylindrical-coordinate representation of color #679ACC: hue angle of 209.7º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #679ACC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB103154204-
CMYK0.500.2500.2
HSL209.7º49.75%60.2%-
HSV(B)209.7º49.51%80%-
XYZ28.0530.3561.51-
YUV144.45161.698.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.34%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=22.34%
G=33.41%
B=44.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1031542040.500.2500.2209.749.7560.2
Hex679ACC3219014d2323c
Octal14723231462310243226274
Binary110011110011010110011001100101100101010011010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679ACC; }

 p { color: rgb(103,154,204); }

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

<style>
 a { background-color: #679ACC; }

 a { background-color: rgb(103,154,204); }

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

<style>
 span { border-color: #679ACC; }

 span { border-color: rgb(103,154,204); }

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