#699BCB

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

Shades of Picton Blue #699BCB

Tints of Picton Blue #699BCB

Color information

#699BCB (or 0x699BCB) is unknown color: approx Picton Blue. HEX triplet: 69, 9B and CB. RGB value is (105,155,203). Sum of RGB (Red+Green+Blue) = 105+155+203=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #699BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BCB is #966434. Grayscale: #919191. Windows color (decimal): -9856053 or 13343593. OLE color: 13343593.

HSL color Cylindrical-coordinate representation of color #699BCB: hue angle of 209.39º 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 #699BCB is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105155203-
CMYK0.480.2400.20
HSL209.39º48.51%60.39%-
HSV(B)209.39º48.28%79.61%-
XYZ28.3330.7660.94-
YUV145.52160.4499.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.68%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=22.68%
G=33.48%
B=43.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051552030.480.2400.20209.3948.5160.39
Hex699BCB3018014d1313c
Octal15123331360300243216174
Binary110100110011011110010111100001100001010011010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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