#6698CE

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

Shades of Picton Blue #6698CE

Tints of Picton Blue #6698CE

Color information

#6698CE (or 0x6698CE) is unknown color: approx Picton Blue. HEX triplet: 66, 98 and CE. RGB value is (102,152,206). Sum of RGB (Red+Green+Blue) = 102+152+206=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #6698CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698CE is #996731. Grayscale: #8E8E8E. Windows color (decimal): -10053426 or 13539430. OLE color: 13539430.

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

Color convert

RGB102152206-
CMYK0.500.2600.19
HSL211.15º51.49%60.39%-
HSV(B)211.15º50.49%80.78%-
XYZ27.8529.7462.66-
YUV143.21163.4498.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.17%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 206 (80.86% from 255) = 44.78%
R=22.17%
G=33.04%
B=44.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1021522060.500.2600.19211.1551.4960.39
Hex6698CE321A013d3333c
Octal14623031662320233236374
Binary110011010011000110011101100101101001001111010011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6698CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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