Html Css Color HEX #619ED2 Picton Blue

📋 copy color: '#619ED2'

red 97 ◦ green 158 ◦ blue 210

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

Shades of Picton Blue #619ED2

Tints of Picton Blue #619ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.16%

R = 20.86%
G = 33.98%
B = 45.16%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#619ED2 (or 0x619ED2) is known color: Picton Blue. HEX triplet: 61, 9E and D2. RGB value is (97,158,210). Sum of RGB (Red+Green+Blue) = 97+158+210=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #619ED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ED2 is #9E612D. Grayscale: #919191. Windows color (decimal): -10379566 or 13803105. OLE color: 13803105.

HSL color Cylindrical-coordinate representation of color #619ED2: hue angle of 207.61º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619ED2 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 158 210 -
CMYK 0.54 0.25 0 0.18
HSL 207.61º 0.56% 0.6% -
HSV(B) 207.61º 0.54% 0.82% -
XYZ 28.79 31.65 65.56 -
YUV 145.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 97 158 210 0.54 0.25 0 0.18 207.61 0.56 0.6
Hex 61 9E D2 36 19 0 12 D0 38 3C
Octal 141 236 322 66 31 0 22 320 70 74
Binary 1100001 10011110 11010010 110110 11001 0 10010 11010000 111000 111100

Color Harmonies of #619ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619ED2

Black with #619ED2

Text Example


Text Example

White with #619ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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