#6898CC

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

Shades of Picton Blue #6898CC

Tints of Picton Blue #6898CC

Color information

#6898CC (or 0x6898CC) is unknown color: approx Picton Blue. HEX triplet: 68, 98 and CC. RGB value is (104,152,204). Sum of RGB (Red+Green+Blue) = 104+152+204=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #6898CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898CC is #976733. Grayscale: #8F8F8F. Windows color (decimal): -9922356 or 13408360. OLE color: 13408360.

HSL color Cylindrical-coordinate representation of color #6898CC: hue angle of 211.2º 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 #6898CC is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB104152204-
CMYK0.490.2500.2
HSL211.2º49.5%60.39%-
HSV(B)211.2º49.02%80%-
XYZ27.8429.7661.4-
YUV143.58162.199.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.61%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=22.61%
G=33.04%
B=44.35%

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
Decimal1041522040.490.2500.2211.249.560.39
Hex6898CC3119014d3323c
Octal15023031461310243236274
Binary110100010011000110011001100011100101010011010011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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