#6998CE

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

Shades of Picton Blue #6998CE

Tints of Picton Blue #6998CE

Color information

#6998CE (or 0x6998CE) is unknown color: approx Picton Blue. HEX triplet: 69, 98 and CE. RGB value is (105,152,206). Sum of RGB (Red+Green+Blue) = 105+152+206=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #6998CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998CE is #966731. Grayscale: #8F8F8F. Windows color (decimal): -9856818 or 13539433. OLE color: 13539433.

HSL color Cylindrical-coordinate representation of color #6998CE: hue angle of 212.08º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6998CE is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105152206-
CMYK0.490.2600.19
HSL212.08º50.75%60.98%-
HSV(B)212.08º49.03%80.78%-
XYZ28.1929.9262.68-
YUV144.1162.93100.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.68%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=22.68%
G=32.83%
B=44.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051522060.490.2600.19212.0850.7560.98
Hex6998CE311A013d4333d
Octal15123031661320233246375
Binary110100110011000110011101100011101001001111010100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6998CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6998CE; }

 p { color: rgb(105,152,206); }

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

<style>
 a { background-color: #6998CE; }

 a { background-color: rgb(105,152,206); }

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

<style>
 span { border-color: #6998CE; }

 span { border-color: rgb(105,152,206); }

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