#6898CB

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

Shades of Picton Blue #6898CB

Tints of Picton Blue #6898CB

Color information

#6898CB (or 0x6898CB) is unknown color: approx Picton Blue. HEX triplet: 68, 98 and CB. RGB value is (104,152,203). Sum of RGB (Red+Green+Blue) = 104+152+203=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #6898CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6898CB is #976734. Grayscale: #8F8F8F. Windows color (decimal): -9922357 or 13342824. OLE color: 13342824.

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

Color convert

RGB104152203-
CMYK0.490.2500.20
HSL210.91º48.77%60.2%-
HSV(B)210.91º48.77%79.61%-
XYZ27.7229.7160.77-
YUV143.46161.699.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.66%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=22.66%
G=33.12%
B=44.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041522030.490.2500.20210.9148.7760.2
Hex6898CB3119014d3313c
Octal15023031361310243236174
Binary110100010011000110010111100011100101010011010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6898CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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