#6D98CD

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

Shades of Picton Blue #6D98CD

Tints of Picton Blue #6D98CD

Color information

#6D98CD (or 0x6D98CD) is unknown color: approx Picton Blue. HEX triplet: 6D, 98 and CD. RGB value is (109,152,205). Sum of RGB (Red+Green+Blue) = 109+152+205=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D98CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D98CD is #926732. Grayscale: #909090. Windows color (decimal): -9594675 or 13473901. OLE color: 13473901.

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

Color convert

RGB109152205-
CMYK0.470.2600.20
HSL213.12º48.98%61.57%-
HSV(B)213.12º46.83%80.39%-
XYZ28.5530.1262.07-
YUV145.18161.75102.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.39%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=23.39%
G=32.62%
B=43.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091522050.470.2600.20213.1248.9861.57
Hex6D98CD2F1A014d5313e
Octal15523031557320243256176
Binary110110110011000110011011011111101001010011010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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