Html Css Color HEX #619EDB Picton Blue

📋 copy color: '#619EDB'

red 97 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #619EDB

Tints of Picton Blue #619EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

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

R = 20.46%
G = 33.33%
B = 46.2%

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

#619EDB (or 0x619EDB) is known color: Picton Blue. HEX triplet: 61, 9E and DB. RGB value is (97,158,219). Sum of RGB (Red+Green+Blue) = 97+158+219=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #619EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EDB is #9E6124. Grayscale: #929292. Windows color (decimal): -10379557 or 14392929. OLE color: 14392929.

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

Color convert

RGB 97 158 219 -
CMYK 0.56 0.28 0 0.14
HSL 210º 0.63% 0.62% -
HSV(B) 210º 0.56% 0.86% -
XYZ 29.94 32.11 71.64 -
YUV 146.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 97 158 219 0.56 0.28 0 0.14 210 0.63 0.62
Hex 61 9E DB 38 1C 0 E D2 3F 3E
Octal 141 236 333 70 34 0 16 322 77 76
Binary 1100001 10011110 11011011 111000 11100 0 1110 11010010 111111 111110

Color Harmonies of #619EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619EDB

Black with #619EDB

Text Example


Text Example

White with #619EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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