Html Css Color HEX #619ECF Picton Blue

📋 copy color: '#619ECF'

red 97 ◦ green 158 ◦ blue 207

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

Shades of Picton Blue #619ECF

Tints of Picton Blue #619ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 21%
G = 34.2%
B = 44.81%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#619ECF (or 0x619ECF) is known color: Picton Blue. HEX triplet: 61, 9E and CF. RGB value is (97,158,207). Sum of RGB (Red+Green+Blue) = 97+158+207=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #619ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ECF is #9E6130. Grayscale: #919191. Windows color (decimal): -10379569 or 13606497. OLE color: 13606497.

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

Color convert

RGB 97 158 207 -
CMYK 0.53 0.24 0 0.19
HSL 206.73º 0.53% 0.6% -
HSV(B) 206.73º 0.53% 0.81% -
XYZ 28.42 31.5 63.61 -
YUV 145.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 97 158 207 0.53 0.24 0 0.19 206.73 0.53 0.6
Hex 61 9E CF 35 18 0 13 CF 35 3C
Octal 141 236 317 65 30 0 23 317 65 74
Binary 1100001 10011110 11001111 110101 11000 0 10011 11001111 110101 111100

Color Harmonies of #619ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619ECF

Black with #619ECF

Text Example


Text Example

White with #619ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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