Html Css Color HEX #619EC6 Picton Blue

📋 copy color: '#619EC6'

red 97 ◦ green 158 ◦ blue 198

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

Shades of Picton Blue #619EC6

Tints of Picton Blue #619EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 21.41%
G = 34.88%
B = 43.71%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#619EC6 (or 0x619EC6) is known color: Picton Blue. HEX triplet: 61, 9E and C6. RGB value is (97,158,198). Sum of RGB (Red+Green+Blue) = 97+158+198=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #619EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EC6 is #9E6139. Grayscale: #909090. Windows color (decimal): -10379578 or 13016673. OLE color: 13016673.

HSL color Cylindrical-coordinate representation of color #619EC6: hue angle of 203.76º degrees, saturation: 0.47, 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 #619EC6 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 158 198 -
CMYK 0.51 0.20 0 0.22
HSL 203.76º 0.47% 0.58% -
HSV(B) 203.76º 0.51% 0.78% -
XYZ 27.35 31.07 57.98 -
YUV 144.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 97 158 198 0.51 0.20 0 0.22 203.76 0.47 0.58
Hex 61 9E C6 33 14 0 16 CC 2F 3A
Octal 141 236 306 63 24 0 26 314 57 72
Binary 1100001 10011110 11000110 110011 10100 0 10110 11001100 101111 111010

Color Harmonies of #619EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619EC6

Black with #619EC6

Text Example


Text Example

White with #619EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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