Html Css Color HEX #619BDD Picton Blue

📋 copy color: '#619BDD'

red 97 ◦ green 155 ◦ blue 221

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

Shades of Picton Blue #619BDD

Tints of Picton Blue #619BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 20.51%
G = 32.77%
B = 46.72%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#619BDD (or 0x619BDD) is known color: Picton Blue. HEX triplet: 61, 9B and DD. RGB value is (97,155,221). Sum of RGB (Red+Green+Blue) = 97+155+221=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #619BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BDD is #9E6422. Grayscale: #909090. Windows color (decimal): -10380323 or 14523233. OLE color: 14523233.

HSL color Cylindrical-coordinate representation of color #619BDD: hue angle of 211.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619BDD is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 155 221 -
CMYK 0.56 0.30 0 0.13
HSL 211.94º 0.65% 0.62% -
HSV(B) 211.94º 0.56% 0.87% -
XYZ 29.7 31.2 72.86 -
YUV 145.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 97 155 221 0.56 0.30 0 0.13 211.94 0.65 0.62
Hex 61 9B DD 38 1E 0 D D4 41 3E
Octal 141 233 335 70 36 0 15 324 101 76
Binary 1100001 10011011 11011101 111000 11110 0 1101 11010100 1000001 111110

Color Harmonies of #619BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619BDD

Black with #619BDD

Text Example


Text Example

White with #619BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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