#609BDA

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

Shades of Picton Blue #609BDA

Tints of Picton Blue #609BDA

Color information

#609BDA (or 0x609BDA) is unknown color: approx Picton Blue. HEX triplet: 60, 9B and DA. RGB value is (96,155,218). Sum of RGB (Red+Green+Blue) = 96+155+218=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #609BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BDA is #9F6425. Grayscale: #909090. Windows color (decimal): -10445862 or 14326624. OLE color: 14326624.

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

Color convert

RGB96155218-
CMYK0.560.2900.15
HSL210.98º62.24%61.57%-
HSV(B)210.98º55.96%85.49%-
XYZ29.230.9970.77-
YUV144.54169.4593.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.47%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 218 (85.55% from 255) = 46.48%
R=20.47%
G=33.05%
B=46.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961552180.560.2900.15210.9862.2461.57
Hex609BDA381D0Fd33e3e
Octal14023333270350173237676
Binary11000001001101111011010111000111010111111010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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