#699FCB

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

Shades of Picton Blue #699FCB

Tints of Picton Blue #699FCB

Color information

#699FCB (or 0x699FCB) is unknown color: approx Picton Blue. HEX triplet: 69, 9F and CB. RGB value is (105,159,203). Sum of RGB (Red+Green+Blue) = 105+159+203=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #699FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FCB is #966034. Grayscale: #939393. Windows color (decimal): -9855029 or 13344617. OLE color: 13344617.

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

Color convert

RGB105159203-
CMYK0.480.2200.20
HSL206.94º48.51%60.39%-
HSV(B)206.94º48.28%79.61%-
XYZ2932.1161.17-
YUV147.87159.1197.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.48%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=22.48%
G=34.05%
B=43.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051592030.480.2200.20206.9448.5160.39
Hex699FCB3016014cf313c
Octal15123731360260243176174
Binary110100110011111110010111100001011001010011001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,159,203); }

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

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

 a { background-color: rgb(105,159,203); }

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

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

 span { border-color: rgb(105,159,203); }

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