Html Css Color HEX #619CDB Picton Blue

📋 copy color: '#619CDB'

red 97 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #619CDB

Tints of Picton Blue #619CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

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

R = 20.55%
G = 33.05%
B = 46.4%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#619CDB (or 0x619CDB) is known color: Picton Blue. HEX triplet: 61, 9C and DB. RGB value is (97,156,219). Sum of RGB (Red+Green+Blue) = 97+156+219=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #619CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CDB is #9E6324. Grayscale: #919191. Windows color (decimal): -10380069 or 14392417. OLE color: 14392417.

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

Color convert

RGB 97 156 219 -
CMYK 0.56 0.29 0 0.14
HSL 210.98º 0.63% 0.62% -
HSV(B) 210.98º 0.56% 0.86% -
XYZ 29.6 31.43 71.52 -
YUV 145.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 97 156 219 0.56 0.29 0 0.14 210.98 0.63 0.62
Hex 61 9C DB 38 1D 0 E D3 3F 3E
Octal 141 234 333 70 35 0 16 323 77 76
Binary 1100001 10011100 11011011 111000 11101 0 1110 11010011 111111 111110

Color Harmonies of #619CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619CDB

Black with #619CDB

Text Example


Text Example

White with #619CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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