#6598D6

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

Shades of Picton Blue #6598D6

Tints of Picton Blue #6598D6

Color information

#6598D6 (or 0x6598D6) is unknown color: approx Picton Blue. HEX triplet: 65, 98 and D6. RGB value is (101,152,214). Sum of RGB (Red+Green+Blue) = 101+152+214=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #6598D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6598D6 is #9A6729. Grayscale: #8F8F8F. Windows color (decimal): -10118954 or 14063717. OLE color: 14063717.

HSL color Cylindrical-coordinate representation of color #6598D6: hue angle of 212.92º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6598D6 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101152214-
CMYK0.530.2900.16
HSL212.92º57.95%61.76%-
HSV(B)212.92º52.8%83.92%-
XYZ28.7330.0867.91-
YUV143.82167.697.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.63%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 214 (83.98% from 255) = 45.82%
R=21.63%
G=32.55%
B=45.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011522140.530.2900.16212.9257.9561.76
Hex6598D6351D010d53a3e
Octal14523032665350203257276
Binary110010110011000110101101101011110101000011010101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6598D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6598D6; }

 p { color: rgb(101,152,214); }

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

<style>
 a { background-color: #6598D6; }

 a { background-color: rgb(101,152,214); }

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

<style>
 span { border-color: #6598D6; }

 span { border-color: rgb(101,152,214); }

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