#6E98CD

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

Shades of Picton Blue #6E98CD

Tints of Picton Blue #6E98CD

Color information

#6E98CD (or 0x6E98CD) is unknown color: approx Picton Blue. HEX triplet: 6E, 98 and CD. RGB value is (110,152,205). Sum of RGB (Red+Green+Blue) = 110+152+205=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E98CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E98CD is #916732. Grayscale: #919191. Windows color (decimal): -9529139 or 13473902. OLE color: 13473902.

HSL color Cylindrical-coordinate representation of color #6E98CD: hue angle of 213.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E98CD is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110152205-
CMYK0.460.2600.20
HSL213.47º48.72%61.76%-
HSV(B)213.47º46.34%80.39%-
XYZ28.6830.1862.07-
YUV145.48161.59102.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.55%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=23.55%
G=32.55%
B=43.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101522050.460.2600.20213.4748.7261.76
Hex6E98CD2E1A014d5313e
Octal15623031556320243256176
Binary110111010011000110011011011101101001010011010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E98CD; }

 p { color: rgb(110,152,205); }

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

<style>
 a { background-color: #6E98CD; }

 a { background-color: rgb(110,152,205); }

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

<style>
 span { border-color: #6E98CD; }

 span { border-color: rgb(110,152,205); }

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