Html Css Color HEX #619EDA Picton Blue

📋 copy color: '#619EDA'

red 97 ◦ green 158 ◦ blue 218

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

Shades of Picton Blue #619EDA

Tints of Picton Blue #619EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 20.51%
G = 33.4%
B = 46.09%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#619EDA (or 0x619EDA) is known color: Picton Blue. HEX triplet: 61, 9E and DA. RGB value is (97,158,218). Sum of RGB (Red+Green+Blue) = 97+158+218=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #619EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EDA is #9E6125. Grayscale: #929292. Windows color (decimal): -10379558 or 14327393. OLE color: 14327393.

HSL color Cylindrical-coordinate representation of color #619EDA: hue angle of 209.75º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619EDA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 158 218 -
CMYK 0.56 0.28 0 0.15
HSL 209.75º 0.62% 0.62% -
HSV(B) 209.75º 0.56% 0.85% -
XYZ 29.81 32.06 70.95 -
YUV 146.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 97 158 218 0.56 0.28 0 0.15 209.75 0.62 0.62
Hex 61 9E DA 38 1C 0 F D2 3E 3E
Octal 141 236 332 70 34 0 17 322 76 76
Binary 1100001 10011110 11011010 111000 11100 0 1111 11010010 111110 111110

Color Harmonies of #619EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619EDA

Black with #619EDA

Text Example


Text Example

White with #619EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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