#6598D0

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

Shades of Picton Blue #6598D0

Tints of Picton Blue #6598D0

Color information

#6598D0 (or 0x6598D0) is unknown color: approx Picton Blue. HEX triplet: 65, 98 and D0. RGB value is (101,152,208). Sum of RGB (Red+Green+Blue) = 101+152+208=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #6598D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6598D0 is #9A672F. Grayscale: #8E8E8E. Windows color (decimal): -10118960 or 13670501. OLE color: 13670501.

HSL color Cylindrical-coordinate representation of color #6598D0: hue angle of 211.4º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6598D0 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101152208-
CMYK0.510.2700.18
HSL211.4º53.23%60.59%-
HSV(B)211.4º51.44%81.57%-
XYZ27.9829.7863.95-
YUV143.14164.697.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.91%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=21.91%
G=32.97%
B=45.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011522080.510.2700.18211.453.2360.59
Hex6598D0331B012d3353d
Octal14523032063330223236575
Binary110010110011000110100001100111101101001011010011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6598D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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