#6198DA

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

Shades of Picton Blue #6198DA

Tints of Picton Blue #6198DA

Color information

#6198DA (or 0x6198DA) is unknown color: approx Picton Blue. HEX triplet: 61, 98 and DA. RGB value is (97,152,218). Sum of RGB (Red+Green+Blue) = 97+152+218=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #6198DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6198DA is #9E6725. Grayscale: #8E8E8E. Windows color (decimal): -10381094 or 14325857. OLE color: 14325857.

HSL color Cylindrical-coordinate representation of color #6198DA: hue angle of 212.73º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6198DA is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97152218-
CMYK0.560.3000.15
HSL212.73º62.05%61.76%-
HSV(B)212.73º55.5%85.49%-
XYZ28.8130.0670.61-
YUV143.08170.2895.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=20.77%
G=32.55%
B=46.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971522180.560.3000.15212.7362.0561.76
Hex6198DA381E0Fd53e3e
Octal14123033270360173257676
Binary11000011001100011011010111000111100111111010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6198DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6198DA; }

 p { color: rgb(97,152,218); }

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

<style>
 a { background-color: #6198DA; }

 a { background-color: rgb(97,152,218); }

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

<style>
 span { border-color: #6198DA; }

 span { border-color: rgb(97,152,218); }

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