Html Css Color HEX #619EDC Picton Blue

📋 copy color: '#619EDC'

red 97 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #619EDC

Tints of Picton Blue #619EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 20.42%
G = 33.26%
B = 46.32%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#619EDC (or 0x619EDC) is known color: Picton Blue. HEX triplet: 61, 9E and DC. RGB value is (97,158,220). Sum of RGB (Red+Green+Blue) = 97+158+220=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #619EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EDC is #9E6123. Grayscale: #929292. Windows color (decimal): -10379556 or 14458465. OLE color: 14458465.

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

Color convert

RGB 97 158 220 -
CMYK 0.56 0.28 0 0.14
HSL 210.24º 0.64% 0.62% -
HSV(B) 210.24º 0.56% 0.86% -
XYZ 30.07 32.16 72.33 -
YUV 146.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 97 158 220 0.56 0.28 0 0.14 210.24 0.64 0.62
Hex 61 9E DC 38 1C 0 E D2 40 3E
Octal 141 236 334 70 34 0 16 322 100 76
Binary 1100001 10011110 11011100 111000 11100 0 1110 11010010 1000000 111110

Color Harmonies of #619EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619EDC

Black with #619EDC

Text Example


Text Example

White with #619EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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