#679DD7

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

Shades of Picton Blue #679DD7

Tints of Picton Blue #679DD7

Color information

#679DD7 (or 0x679DD7) is unknown color: approx Picton Blue. HEX triplet: 67, 9D and D7. RGB value is (103,157,215). Sum of RGB (Red+Green+Blue) = 103+157+215=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #679DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DD7 is #986228. Grayscale: #939393. Windows color (decimal): -9986601 or 14130535. OLE color: 14130535.

HSL color Cylindrical-coordinate representation of color #679DD7: hue angle of 211.07º 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 #679DD7 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103157215-
CMYK0.520.2700.16
HSL211.07º58.33%62.35%-
HSV(B)211.07º52.09%84.31%-
XYZ29.9231.968.87-
YUV147.47166.1196.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.68%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 215 (84.38% from 255) = 45.26%
R=21.68%
G=33.05%
B=45.26%

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
Decimal1031572150.520.2700.16211.0758.3362.35
Hex679DD7341B010d33a3e
Octal14723532764330203237276
Binary110011110011101110101111101001101101000011010011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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