#679ED7

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

Shades of Picton Blue #679ED7

Tints of Picton Blue #679ED7

Color information

#679ED7 (or 0x679ED7) is unknown color: approx Picton Blue. HEX triplet: 67, 9E and D7. RGB value is (103,158,215). Sum of RGB (Red+Green+Blue) = 103+158+215=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #679ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ED7 is #986128. Grayscale: #939393. Windows color (decimal): -9986345 or 14130791. OLE color: 14130791.

HSL color Cylindrical-coordinate representation of color #679ED7: hue angle of 210.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #679ED7 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103158215-
CMYK0.520.2700.16
HSL210.54º58.33%62.35%-
HSV(B)210.54º52.09%84.31%-
XYZ30.0932.2468.93-
YUV148.05165.7895.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.64%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 215 (84.38% from 255) = 45.17%
R=21.64%
G=33.19%
B=45.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1031582150.520.2700.16210.5458.3362.35
Hex679ED7341B010d33a3e
Octal14723632764330203237276
Binary110011110011110110101111101001101101000011010011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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