#609EDA

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

Shades of Picton Blue #609EDA

Tints of Picton Blue #609EDA

Color information

#609EDA (or 0x609EDA) is unknown color: approx Picton Blue. HEX triplet: 60, 9E and DA. RGB value is (96,158,218). Sum of RGB (Red+Green+Blue) = 96+158+218=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #609EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609EDA is #9F6125. Grayscale: #929292. Windows color (decimal): -10445094 or 14327392. OLE color: 14327392.

HSL color Cylindrical-coordinate representation of color #609EDA: hue angle of 209.51º 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 #609EDA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96158218-
CMYK0.560.2800.15
HSL209.51º62.24%61.57%-
HSV(B)209.51º55.96%85.49%-
XYZ29.713270.94-
YUV146.3168.4692.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.34%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=20.34%
G=33.47%
B=46.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961582180.560.2800.15209.5162.2461.57
Hex609EDA381C0Fd23e3e
Octal14023633270340173227676
Binary11000001001111011011010111000111000111111010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609EDA; }

 p { color: rgb(96,158,218); }

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

<style>
 a { background-color: #609EDA; }

 a { background-color: rgb(96,158,218); }

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

<style>
 span { border-color: #609EDA; }

 span { border-color: rgb(96,158,218); }

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