#6D98CA

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

Shades of Picton Blue #6D98CA

Tints of Picton Blue #6D98CA

Color information

#6D98CA (or 0x6D98CA) is unknown color: approx Picton Blue. HEX triplet: 6D, 98 and CA. RGB value is (109,152,202). Sum of RGB (Red+Green+Blue) = 109+152+202=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D98CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D98CA is #926735. Grayscale: #909090. Windows color (decimal): -9594678 or 13277293. OLE color: 13277293.

HSL color Cylindrical-coordinate representation of color #6D98CA: hue angle of 212.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D98CA is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109152202-
CMYK0.460.2500.21
HSL212.26º46.73%60.98%-
HSV(B)212.26º46.04%79.22%-
XYZ28.229.9760.18-
YUV144.84160.25102.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.54%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=23.54%
G=32.83%
B=43.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091522020.460.2500.21212.2646.7360.98
Hex6D98CA2E19015d42f3d
Octal15523031256310253245775
Binary110110110011000110010101011101100101010111010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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