#679EDD

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

Shades of Picton Blue #679EDD

Tints of Picton Blue #679EDD

Color information

#679EDD (or 0x679EDD) is unknown color: approx Picton Blue. HEX triplet: 67, 9E and DD. RGB value is (103,158,221). Sum of RGB (Red+Green+Blue) = 103+158+221=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #679EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679EDD is #986122. Grayscale: #949494. Windows color (decimal): -9986339 or 14524007. OLE color: 14524007.

HSL color Cylindrical-coordinate representation of color #679EDD: hue angle of 212.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #679EDD is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103158221-
CMYK0.530.2900.13
HSL212.03º63.44%63.53%-
HSV(B)212.03º53.39%86.67%-
XYZ30.8732.5673.06-
YUV148.74168.7895.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.37%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=21.37%
G=32.78%
B=45.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031582210.530.2900.13212.0363.4463.53
Hex679EDD351D0Dd43f40
Octal147236335653501532477100
Binary110011110011110110111011101011110101101110101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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