#699bd0

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

Shades of Picton Blue #699BD0

Tints of Picton Blue #699BD0

Color information

#699BD0 (or 0x699BD0) is unknown color: approx Picton Blue. HEX triplet: 69, 9B and D0. RGB value is (105,155,208). Sum of RGB (Red+Green+Blue) = 105+155+208=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #699BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BD0 is #96642F. Grayscale: #919191. Windows color (decimal): -9856048 or 13671273. OLE color: 13671273.

HSL color Cylindrical-coordinate representation of color #699BD0: hue angle of 210.87º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699BD0 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105155208-
CMYK0.500.2500.18
HSL210.87º52.28%61.37%-
HSV(B)210.87º49.52%81.57%-
XYZ28.933164.13-
YUV146.09162.9498.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.44%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 208 (81.64% from 255) = 44.44%
R=22.44%
G=33.12%
B=44.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051552080.500.2500.18210.8752.2861.37
Hex699BD03219012d3343d
Octal15123332062310223236475
Binary110100110011011110100001100101100101001011010011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699bd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,155,208); }

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

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

 a { background-color: rgb(105,155,208); }

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

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

 span { border-color: rgb(105,155,208); }

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