#699ECA

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

Shades of Picton Blue #699ECA

Tints of Picton Blue #699ECA

Color information

#699ECA (or 0x699ECA) is unknown color: approx Picton Blue. HEX triplet: 69, 9E and CA. RGB value is (105,158,202). Sum of RGB (Red+Green+Blue) = 105+158+202=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #699ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ECA is #966135. Grayscale: #929292. Windows color (decimal): -9855286 or 13278825. OLE color: 13278825.

HSL color Cylindrical-coordinate representation of color #699ECA: hue angle of 207.22º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #699ECA is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105158202-
CMYK0.480.2200.21
HSL207.22º47.78%60.2%-
HSV(B)207.22º48.02%79.22%-
XYZ28.7131.7260.49-
YUV147.17158.9497.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.58%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=22.58%
G=33.98%
B=43.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051582020.480.2200.21207.2247.7860.2
Hex699ECA3016015cf303c
Octal15123631260260253176074
Binary110100110011110110010101100001011001010111001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699ECA; }

 p { color: rgb(105,158,202); }

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

<style>
 a { background-color: #699ECA; }

 a { background-color: rgb(105,158,202); }

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

<style>
 span { border-color: #699ECA; }

 span { border-color: rgb(105,158,202); }

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