#6998CF

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

Shades of Picton Blue #6998CF

Tints of Picton Blue #6998CF

Color information

#6998CF (or 0x6998CF) is unknown color: approx Picton Blue. HEX triplet: 69, 98 and CF. RGB value is (105,152,207). Sum of RGB (Red+Green+Blue) = 105+152+207=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #6998CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998CF is #966730. Grayscale: #8F8F8F. Windows color (decimal): -9856817 or 13604969. OLE color: 13604969.

HSL color Cylindrical-coordinate representation of color #6998CF: hue angle of 212.35º degrees, saturation: 0.52, 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 #6998CF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105152207-
CMYK0.490.2700.19
HSL212.35º51.52%61.18%-
HSV(B)212.35º49.28%81.18%-
XYZ28.3229.9663.32-
YUV144.22163.43100.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.63%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=22.63%
G=32.76%
B=44.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051522070.490.2700.19212.3551.5261.18
Hex6998CF311B013d4343d
Octal15123031761330233246475
Binary110100110011000110011111100011101101001111010100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6998CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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