Html Css Color HEX #619DDB Picton Blue

📋 copy color: '#619DDB'

red 97 ◦ green 157 ◦ blue 219

#619DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #619DDB

Tints of Picton Blue #619DDB

RGB

 RED value IS 97 (38.28% from 255) = 20.51%

 GREEN value IS 157 (61.72% from 255) = 33.19%

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 20.51%
G = 33.19%
B = 46.3%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#619DDB (or 0x619DDB) is known color: Picton Blue. HEX triplet: 61, 9D and DB. RGB value is (97,157,219). Sum of RGB (Red+Green+Blue) = 97+157+219=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #619DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DDB is #9E6224. Grayscale: #919191. Windows color (decimal): -10379813 or 14392673. OLE color: 14392673.

HSL color Cylindrical-coordinate representation of color #619DDB: hue angle of 210.49º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619DDB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 157 219 -
CMYK 0.56 0.28 0 0.14
HSL 210.49º 0.63% 0.62% -
HSV(B) 210.49º 0.56% 0.86% -
XYZ 29.77 31.77 71.58 -
YUV 146.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 97 157 219 0.56 0.28 0 0.14 210.49 0.63 0.62
Hex 61 9D DB 38 1C 0 E D2 3F 3E
Octal 141 235 333 70 34 0 16 322 77 76
Binary 1100001 10011101 11011011 111000 11100 0 1110 11010010 111111 111110

Color Harmonies of #619DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DDB

Black with #619DDB

Text Example


Text Example

White with #619DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,157,219); }

 H1.HeaderClassName
 {
   color: #619DDB;
 }
 .AnyTagClassName
 {
   color: #619DDB;
 }
</style>

background-color css

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

 a { background-color: rgb(97,157,219); }

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

border-color css

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

 span { border-color: rgb(97,157,219); }

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