#619BD4

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

Shades of Picton Blue #619BD4

Tints of Picton Blue #619BD4

Color information

#619BD4 (or 0x619BD4) is unknown color: approx Picton Blue. HEX triplet: 61, 9B and D4. RGB value is (97,155,212). Sum of RGB (Red+Green+Blue) = 97+155+212=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #619BD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BD4 is #9E642B. Grayscale: #8F8F8F. Windows color (decimal): -10380332 or 13933409. OLE color: 13933409.

HSL color Cylindrical-coordinate representation of color #619BD4: hue angle of 209.74º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619BD4 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB97155212-
CMYK0.540.2700.17
HSL209.74º57.21%60.59%-
HSV(B)209.74º54.25%83.14%-
XYZ28.5330.7466.72-
YUV144.16166.2894.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 212 (83.20% from 255) = 45.69%
R=20.91%
G=33.41%
B=45.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal971552120.540.2700.17209.7457.2160.59
Hex619BD4361B011d2393d
Octal14123332466330213227175
Binary110000110011011110101001101101101101000111010010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,155,212); }

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

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

 a { background-color: rgb(97,155,212); }

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

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

 span { border-color: rgb(97,155,212); }

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