Html Css Color HEX #619ED8 Picton Blue

📋 copy color: '#619ED8'

red 97 ◦ green 158 ◦ blue 216

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

Shades of Picton Blue #619ED8

Tints of Picton Blue #619ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 20.59%
G = 33.55%
B = 45.86%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#619ED8 (or 0x619ED8) is known color: Picton Blue. HEX triplet: 61, 9E and D8. RGB value is (97,158,216). Sum of RGB (Red+Green+Blue) = 97+158+216=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #619ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ED8 is #9E6127. Grayscale: #929292. Windows color (decimal): -10379560 or 14196321. OLE color: 14196321.

HSL color Cylindrical-coordinate representation of color #619ED8: hue angle of 209.24º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #619ED8 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 158 216 -
CMYK 0.55 0.27 0 0.15
HSL 209.24º 0.6% 0.61% -
HSV(B) 209.24º 0.55% 0.85% -
XYZ 29.55 31.95 69.58 -
YUV 146.37 167.29 92.78 -
System Red Green Blue C M Y K H S L
Decimal 97 158 216 0.55 0.27 0 0.15 209.24 0.6 0.61
Hex 61 9E D8 37 1B 0 F D1 3C 3D
Octal 141 236 330 67 33 0 17 321 74 75
Binary 1100001 10011110 11011000 110111 11011 0 1111 11010001 111100 111101

Color Harmonies of #619ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619ED8

Black with #619ED8

Text Example


Text Example

White with #619ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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