#619ACB

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

Shades of Picton Blue #619ACB

Tints of Picton Blue #619ACB

Color information

#619ACB (or 0x619ACB) is unknown color: approx Picton Blue. HEX triplet: 61, 9A and CB. RGB value is (97,154,203). Sum of RGB (Red+Green+Blue) = 97+154+203=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #619ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ACB is #9E6534. Grayscale: #8E8E8E. Windows color (decimal): -10380597 or 13343329. OLE color: 13343329.

HSL color Cylindrical-coordinate representation of color #619ACB: hue angle of 207.74º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #619ACB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97154203-
CMYK0.520.2400.20
HSL207.74º50.48%58.82%-
HSV(B)207.74º52.22%79.61%-
XYZ27.2629.9660.85-
YUV142.54162.1295.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.37%
GREEN value IS 154 (60.55% from 255) = 33.92%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=21.37%
G=33.92%
B=44.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971542030.520.2400.20207.7450.4858.82
Hex619ACB3418014d0323b
Octal14123231364300243206273
Binary110000110011010110010111101001100001010011010000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619ACB; }

 p { color: rgb(97,154,203); }

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

<style>
 a { background-color: #619ACB; }

 a { background-color: rgb(97,154,203); }

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

<style>
 span { border-color: #619ACB; }

 span { border-color: rgb(97,154,203); }

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