Html Css Color HEX #619EC7 Picton Blue

📋 copy color: '#619EC7'

red 97 ◦ green 158 ◦ blue 199

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

Shades of Picton Blue #619EC7

Tints of Picton Blue #619EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.83%

R = 21.37%
G = 34.8%
B = 43.83%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#619EC7 (or 0x619EC7) is known color: Picton Blue. HEX triplet: 61, 9E and C7. RGB value is (97,158,199). Sum of RGB (Red+Green+Blue) = 97+158+199=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 199 - color contains mainly: blue. Hex color #619EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EC7 is #9E6138. Grayscale: #909090. Windows color (decimal): -10379577 or 13082209. OLE color: 13082209.

HSL color Cylindrical-coordinate representation of color #619EC7: hue angle of 204.12º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619EC7 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 158 199 -
CMYK 0.51 0.21 0 0.22
HSL 204.12º 0.48% 0.58% -
HSV(B) 204.12º 0.51% 0.78% -
XYZ 27.47 31.12 58.59 -
YUV 144.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 97 158 199 0.51 0.21 0 0.22 204.12 0.48 0.58
Hex 61 9E C7 33 15 0 16 CC 30 3A
Octal 141 236 307 63 25 0 26 314 60 72
Binary 1100001 10011110 11000111 110011 10101 0 10110 11001100 110000 111010

Color Harmonies of #619EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619EC7

Black with #619EC7

Text Example


Text Example

White with #619EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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