#679EDB

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

Shades of Picton Blue #679EDB

Tints of Picton Blue #679EDB

Color information

#679EDB (or 0x679EDB) is unknown color: approx Picton Blue. HEX triplet: 67, 9E and DB. RGB value is (103,158,219). Sum of RGB (Red+Green+Blue) = 103+158+219=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #679EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679EDB is #986124. Grayscale: #949494. Windows color (decimal): -9986341 or 14392935. OLE color: 14392935.

HSL color Cylindrical-coordinate representation of color #679EDB: hue angle of 211.55º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #679EDB is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103158219-
CMYK0.530.2800.14
HSL211.55º61.7%63.14%-
HSV(B)211.55º52.97%85.88%-
XYZ30.6132.4571.67-
YUV148.51167.7895.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.46%
GREEN value IS 158 (62.11% from 255) = 32.92%
BLUE value IS 219 (85.94% from 255) = 45.62%
R=21.46%
G=32.92%
B=45.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031582190.530.2800.14211.5561.763.14
Hex679EDB351C0Ed43e3f
Octal14723633365340163247677
Binary11001111001111011011011110101111000111011010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,158,219); }

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

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

 a { background-color: rgb(103,158,219); }

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

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

 span { border-color: rgb(103,158,219); }

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