#6899CC

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

Shades of Picton Blue #6899CC

Tints of Picton Blue #6899CC

Color information

#6899CC (or 0x6899CC) is unknown color: approx Picton Blue. HEX triplet: 68, 99 and CC. RGB value is (104,153,204). Sum of RGB (Red+Green+Blue) = 104+153+204=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #6899CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899CC is #976633. Grayscale: #8F8F8F. Windows color (decimal): -9922100 or 13408616. OLE color: 13408616.

HSL color Cylindrical-coordinate representation of color #6899CC: hue angle of 210.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6899CC is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104153204-
CMYK0.490.2500.2
HSL210.6º49.5%60.39%-
HSV(B)210.6º49.02%80%-
XYZ2830.0961.46-
YUV144.16161.7799.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.56%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=22.56%
G=33.19%
B=44.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041532040.490.2500.2210.649.560.39
Hex6899CC3119014d3323c
Octal15023131461310243236274
Binary110100010011001110011001100011100101010011010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6899CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6899CC; }

 p { color: rgb(104,153,204); }

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

<style>
 a { background-color: #6899CC; }

 a { background-color: rgb(104,153,204); }

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

<style>
 span { border-color: #6899CC; }

 span { border-color: rgb(104,153,204); }

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