Html Css Color HEX #619EDD Picton Blue

📋 copy color: '#619EDD'

red 97 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #619EDD

Tints of Picton Blue #619EDD

RGB

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

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

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

R = 20.38%
G = 33.19%
B = 46.43%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#619EDD (or 0x619EDD) is known color: Picton Blue. HEX triplet: 61, 9E and DD. RGB value is (97,158,221). Sum of RGB (Red+Green+Blue) = 97+158+221=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #619EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EDD is #9E6122. Grayscale: #929292. Windows color (decimal): -10379555 or 14524001. OLE color: 14524001.

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

Color convert

RGB 97 158 221 -
CMYK 0.56 0.29 0 0.13
HSL 210.48º 0.65% 0.62% -
HSV(B) 210.48º 0.56% 0.87% -
XYZ 30.21 32.22 73.03 -
YUV 146.94 169.79 92.38 -
System Red Green Blue C M Y K H S L
Decimal 97 158 221 0.56 0.29 0 0.13 210.48 0.65 0.62
Hex 61 9E DD 38 1D 0 D D2 41 3E
Octal 141 236 335 70 35 0 15 322 101 76
Binary 1100001 10011110 11011101 111000 11101 0 1101 11010010 1000001 111110

Color Harmonies of #619EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619EDD

Black with #619EDD

Text Example


Text Example

White with #619EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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