Html Css Color HEX #619ECE Picton Blue

📋 copy color: '#619ECE'

red 97 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #619ECE

Tints of Picton Blue #619ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 21.04%
G = 34.27%
B = 44.69%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#619ECE (or 0x619ECE) is known color: Picton Blue. HEX triplet: 61, 9E and CE. RGB value is (97,158,206). Sum of RGB (Red+Green+Blue) = 97+158+206=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #619ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ECE is #9E6131. Grayscale: #909090. Windows color (decimal): -10379570 or 13540961. OLE color: 13540961.

HSL color Cylindrical-coordinate representation of color #619ECE: hue angle of 206.42º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619ECE is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 158 206 -
CMYK 0.53 0.23 0 0.19
HSL 206.42º 0.53% 0.59% -
HSV(B) 206.42º 0.53% 0.81% -
XYZ 28.3 31.45 62.97 -
YUV 145.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 97 158 206 0.53 0.23 0 0.19 206.42 0.53 0.59
Hex 61 9E CE 35 17 0 13 CE 35 3B
Octal 141 236 316 65 27 0 23 316 65 73
Binary 1100001 10011110 11001110 110101 10111 0 10011 11001110 110101 111011

Color Harmonies of #619ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619ECE

Black with #619ECE

Text Example


Text Example

White with #619ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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